PromHouse icon indicating copy to clipboard operation
PromHouse copied to clipboard

Extract common labels

Open AlekSi opened this issue 7 years ago • 0 comments

  • __name__
  • job
  • instance

Store (ID, value) pairs in separate tables, store NameID, JobID, InstanceID in samples table. Storing them as UInt32 IDs instead of Strings should make storage efficient.

In theory, that will allow us to optimize simple queries that use only those labels.

AlekSi avatar Nov 09 '17 08:11 AlekSi