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 Tweak Recorder 2016-07-11 08:56:07 -07:00
common.py Add a commit interval setting to recorder (#32596) 2020-03-09 17:43:26 -07:00
models_original.py Sort imports according to PEP8 for recorder (#29652) 2019-12-08 18:48:18 +01:00
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