Dispatcharr/apps/epg/tests
SergeantPanda 0dc8898e8b refactor(epg): separate programme index into dedicated table for optimized data handling
- Moved the `programme_index` from the `EPGSource` model to a new `EPGSourceIndex` table, ensuring that the large JSON blob is only loaded when explicitly accessed, thus improving query performance and memory efficiency.
- Updated related queries and API views to utilize the new structure, including adjustments to EPG generation and import logic to prevent unnecessary data loading.
- Enhanced memory management in the EPG grid endpoint to reduce worker RSS during response handling.
2026-06-23 15:10:27 -05:00
..
fixtures
__init__.py
test_current_programs_api.py
test_entity_resolution.py
test_epg_import_api.py
test_epg_search_api.py
test_parse_programs_for_source.py
test_programme_index.py
test_refresh_db_recovery.py
test_schedules_direct.py
test_serializers.py