feat: 문서 구조 변경 및 tech-visual 스킬 추가

This commit is contained in:
DongHyeonka
2026-09-04 18:20:00 +09:00
parent 43901f0abf
commit 2efb7ee1f2
683 changed files with 61180 additions and 10479 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