mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
2 lines
219 B
Text
2 lines
219 B
Text
|
|
* Improved database query performance for the Host Details > Reports page by adding a `has_data` virtual generated column to `query_results`.
|
||
|
|
* Added `(query_id, has_data, host_id, last_fetched)` index on query_results.
|