refactor: 분리되어 관리하고 있던 문서 시스템을 하나로 통일

This commit is contained in:
DongHyeonka
2026-09-04 18:56:01 +09:00
parent 4b9e7148b5
commit 43bccd08a8
121 changed files with 2861 additions and 534 deletions
@@ -0,0 +1,7 @@
metric,precompute,single_or,note
page1_unified_parents,20,20,keyset page — both parent paths return the same 20
page1_unified_rows,60,60,LATERAL top-3 per parent (<=60)
page1_buffers_shared_hit,63,181,env-dependent (relative only — warm cache)
deep_keyset_parent_scanned,19,200,precompute index-range(19) vs BitmapOr + hashed mention SubPlan(200)
deep_keyset_buffers_shared_hit,60,88,env-dependent (relative only — warm cache)
viewer_visible_set,1500,1500,feed_visible count for user008 (= single-OR page-1 candidate set)
1 metric precompute single_or note
2 page1_unified_parents 20 20 keyset page — both parent paths return the same 20
3 page1_unified_rows 60 60 LATERAL top-3 per parent (<=60)
4 page1_buffers_shared_hit 63 181 env-dependent (relative only — warm cache)
5 deep_keyset_parent_scanned 19 200 precompute index-range(19) vs BitmapOr + hashed mention SubPlan(200)
6 deep_keyset_buffers_shared_hit 60 88 env-dependent (relative only — warm cache)
7 viewer_visible_set 1500 1500 feed_visible count for user008 (= single-OR page-1 candidate set)