5 lines
260 B
SQL
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);
|