mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
1f41fa174d
The 500-node dashboard query triggered repeated ordinal string conversions in the SQLite driver while matching numbered parameters. Use alphabetic named bindings to preserve current values and shared query branches without that allocation cost. Cover large cached scopes with changed resource families, identities, metric filters and windows, including IDs that resemble SQL syntax. Refs #1928