Investigate adding rawData to the query stats shape or key

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Query Integration
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      rawData is a flag that we added to all commands for viewless timeseries. If rawData is true then the query will act on timeseries raw buckets and will not unpack the timeseries buckets into user documents. Right now we don’t add rawData to the query shape nor query stats key, so queries that have the same query shape with and without rawData will have the same entry in the query stats store and aggregate their metrics together, but their execution is very different.

      We do not expect many (if any) customers to use rawData, since customers should not be querying the buckets directly, but we cannot tell today how many customers are doing this today, so we should assume that some might use this flag.

      Query settings do not need to be considered here because creating query settings with rawData true is not supported.

            Assignee:
            Unassigned
            Reporter:
            Gil Alon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: