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 @@
strategy,top_node,returned_rows,buffers_shared_hit,exec_ms
window,WindowAgg (Subquery Scan on t),60,430,1.552
lateral,Nested Loop (Index Scan + Limit 3),60,204,0.323
twostep,Sort (Hash Semi Join),1509,430,1.686
1 strategy top_node returned_rows buffers_shared_hit exec_ms
2 window WindowAgg (Subquery Scan on t) 60 430 1.552
3 lateral Nested Loop (Index Scan + Limit 3) 60 204 0.323
4 twostep Sort (Hash Semi Join) 1509 430 1.686