cockroach
cockroach copied to clipboard
create cluster setting for gateway node being stored
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.