hass-core/tests/components/recorder
J. Nick Koston e7d982ee11
Improve db performance of state change events and reduce overall db size (#36883)
* Add old_state_id to states, remove old/new state data from events since it can now be found by a join

* remove state lookup on restart

* Ensure old_state is set for exisitng states
2020-06-17 22:26:41 -05:00
..
__init__.py
common.py
models_original.py
test_init.py Improve db performance of state change events and reduce overall db size (#36883) 2020-06-17 22:26:41 -05:00
test_migrate.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_models.py Use TestCase.addCleanup (#36560) 2020-06-08 12:26:40 -07:00
test_purge.py Use TestCase.addCleanup (#36560) 2020-06-08 12:26:40 -07:00
test_util.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00