Problem
The Query Store collector is noticeably slower than other collectors, visible in Lite's Collection Health > Duration Trends chart. This adds latency to each collection cycle and could cause cascading delays.
How to Reproduce
- Open Lite, connect to a server with Query Store enabled
- Go to Collection Health > Duration Trends
- Observe the query store collector line is significantly higher than others
Expected Behavior
Query Store collection should complete in a reasonable time, comparable to other collectors.
Investigation Needed
- Profile the Query Store collector query to identify bottlenecks
- Check if Query Store cleanup/compaction is affecting read performance
- Consider if the collector query can be optimized (e.g., narrower time window, fewer columns, Query Store hints)
Problem
The Query Store collector is noticeably slower than other collectors, visible in Lite's Collection Health > Duration Trends chart. This adds latency to each collection cycle and could cause cascading delays.
How to Reproduce
Expected Behavior
Query Store collection should complete in a reasonable time, comparable to other collectors.
Investigation Needed