cockroach icon indicating copy to clipboard operation
cockroach copied to clipboard

create cluster setting for gateway node being stored

Open maryliag opened this issue 3 years ago • 0 comments

We have a column for the gateway node on our statement_statistics table, but a few users that have a large amount of nodes are creating a lot of different rows for sql stats because of this. We should have a cluster setting option to disable this info, saving as node id = 0, decreasing the amount of unique rows being created. The node info should still be saved on the statistics column.

maryliag avatar Sep 22 '22 17:09 maryliag