性能优化

This commit is contained in:
2026-03-04 14:04:55 +08:00
parent 4bbfbede01
commit e69f79f9db
10 changed files with 270 additions and 109 deletions
@@ -0,0 +1,5 @@
-- CreateIndex
CREATE INDEX IF NOT EXISTS "idx_page_parent_order" ON "Page"("parentId", "order");
-- CreateIndex
CREATE INDEX IF NOT EXISTS "idx_page_created_at" ON "Page"("createdAt");