core/homeassistant/components/recorder
J. Nick Koston c2a9b0ff52
Reduce complexity to find unused data_ids and attributes_ids for db engines with slow range select (#133752)
2024-12-21 19:38:11 -10:00
..
auto_repairs
history Remove lower bound for history start time state query (#133607) 2024-12-20 08:24:47 +01:00
models Improve purge performance for PostgreSQL with large databases (#133699) 2024-12-21 10:53:15 +01:00
system_health
table_managers Revert "Revert "Simplify recorder RecorderRunsManager (#131785)"" (#133564) 2024-12-19 12:32:15 +01:00
__init__.py
backup.py
basic_websocket_api.py
const.py
core.py Revert "Revert "Improve recorder history queries (#131702)"" (#133561) 2024-12-19 11:50:12 +01:00
db_schema.py Ensure indices needed by data migrators exist (#133367) 2024-12-18 21:29:52 +01:00
entity_registry.py
executor.py
filters.py
icons.json
manifest.json
migration.py Add comment motivating magic number for MySQL error codes (#133516) 2024-12-19 09:56:32 +01:00
pool.py
purge.py Reduce complexity to find unused data_ids and attributes_ids for db engines with slow range select (#133752) 2024-12-21 19:38:11 -10:00
queries.py Reduce complexity to find unused data_ids and attributes_ids for db engines with slow range select (#133752) 2024-12-21 19:38:11 -10:00
repack.py
services.py
services.yaml
statistics.py Replace start time state query with single correlated scalar subquery (#133553) 2024-12-19 00:14:32 -10:00
strings.json
tasks.py Revert "Revert "Improve recorder history queries (#131702)"" (#133561) 2024-12-19 11:50:12 +01:00
util.py Improve purge performance for PostgreSQL with large databases (#133699) 2024-12-21 10:53:15 +01:00
websocket_api.py