CREATE INDEX idx_last_accessed ON audio_cache_index(last_accessed); CREATE INDEX idx_cached_chunks ON audio_cache_index USING GIN(cached_chunks); ...