This commit is contained in:
浪子
2026-06-19 07:51:54 +08:00
parent ad6a8b0dcf
commit 554ac1e33a
7 changed files with 359 additions and 297 deletions
+4
View File
@@ -0,0 +1,4 @@
-- 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);