justin mason
08/20/2024, 4:45 PMstring
column for labels, rather than a map
What was the decision point for this approach? It seems like this would limit the optimizations for read. I expect all metrics would have 10+ attributes, using a json string, and constantly parsing would not be optimal. If I am storing 200+ PBs of metric data, that could add up, making a map an viable alternative.Srikanth Chekuri
08/21/2024, 4:51 AM