mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-25 01:05:21 +01:00
* Isolate the sql integration with a seperate query cache If there were a lot of sql integrations they could affect the performance of the recorder/logbook/history since they were sharing the same LRU and since the sql sensor updates frequently it would evict the recorder queries from the LRU. * generate in stmt * avoid double gen * Revert "avoid double gen" This reverts commit 6a5aa65268da12e2cd0e73e0bfb46db6e7e6214d.