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
Before any metrics are written, the client accepts query templates. (what do these look like?)
As metrics are written, the client saves only the data necessary to answer queries matching the query templates. Other queries are rejected.
In theory, this could improve write performance, and/or allow us to take a greater number of dimensions without suffering a factorial complexity blowup.
The text was updated successfully, but these errors were encountered:
Before any metrics are written, the client accepts query templates. (what do these look like?)
As metrics are written, the client saves only the data necessary to answer queries matching the query templates. Other queries are rejected.
In theory, this could improve write performance, and/or allow us to take a greater number of dimensions without suffering a factorial complexity blowup.
The text was updated successfully, but these errors were encountered: