You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
__name__
job
instance
Store (ID, value) pairs in separate tables, store
NameID
,JobID
,InstanceID
insamples
table. Storing them asUInt32
IDs instead ofString
s should make storage efficient.In theory, that will allow us to optimize simple queries that use only those labels.
The text was updated successfully, but these errors were encountered: