chore: 문서를 작성할 때 한국어의 표현 작성 스킬 추가 및 1인칭 관점의 글 작성 검증 테스트 추가

This commit is contained in:
DongHyeonka
2026-07-29 16:48:03 +09:00
parent c39406bbdd
commit 41501b5d06
520 changed files with 95494 additions and 2231 deletions
@@ -0,0 +1,4 @@
approach,top_node,sort,mentions_handling,candidate_rows,buffers_shared_hit,exec_ms
single_or,Bitmap Heap Scan + top-N Sort,re-sort,hashed SubPlan,1500,122,0.808
union_decompose,Merge Append (per-branch index),per-branch merge,Hash Join,,200,0.780
precompute,Index Only Scan on feed_visible,none,pre-materialized,20,1,0.034
1 approach top_node sort mentions_handling candidate_rows buffers_shared_hit exec_ms
2 single_or Bitmap Heap Scan + top-N Sort re-sort hashed SubPlan 1500 122 0.808
3 union_decompose Merge Append (per-branch index) per-branch merge Hash Join 200 0.780
4 precompute Index Only Scan on feed_visible none pre-materialized 20 1 0.034