Files
Toot-Worker/migrations/0011_perf_indexes.sql
T
浪子 554ac1e33a fix
2026-06-19 07:51:54 +08:00

5 lines
260 B
SQL

-- Keep federation delivery and home timeline lookups indexed as caches grow.
CREATE INDEX IF NOT EXISTS idx_actor_cache_inbox ON actor_cache(inbox);
CREATE INDEX IF NOT EXISTS idx_outgoing_follows_target_accepted ON outgoing_follows(target_actor, accepted);