blakeblackshear.frigate/migrations
Nicolas Mowen 8bc76d19db
DB Optimizations (#6712)
* Enable auto vacuums

* Enable auto vacuum

* Fix separator

* Fix separator and remove incorrect log

* Limit to 1 row since that is all that is used

* Add index on camera + segment_size

* Formatting

* Increase timeout and cache_size

* Set DB mode to NORMAL synchronous level

* Formatting

* Vacuum every 2 weeks

* Remove fstring

* Use string

* Use consts
2023-06-11 07:23:18 -05:00
..
001_create_events_table.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
002_add_clip_snapshot.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
003_create_recordings_table.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
004_add_bbox_region_area.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
005_make_end_time_nullable.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
006_add_motion_active_objects.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
007_add_retain_indefinitely.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
008_add_sub_label.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
009_add_object_filter_ratio.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
010_add_plus_image_id.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
011_update_indexes.py optimize query performance 2022-05-12 06:29:43 -05:00
012_add_segment_size.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
013_create_timeline_table.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
014_event_updates_for_fp.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
015_event_refactor.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
016_sublabel_increase.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
017_update_indexes.py DB Optimizations (#6712) 2023-06-11 07:23:18 -05:00