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,3 @@
variant,top_node,child_access,buffers_shared_hit,exec_ms
with_index,Nested Loop,Index Scan using ix_highlights_feed_items_created (Limit 3),168,0.336
without_index,Nested Loop,Seq Scan on highlights (Rows Removed by Filter 2842/loop),4446,5.472
1 variant top_node child_access buffers_shared_hit exec_ms
2 with_index Nested Loop Index Scan using ix_highlights_feed_items_created (Limit 3) 168 0.336
3 without_index Nested Loop Seq Scan on highlights (Rows Removed by Filter 2842/loop) 4446 5.472