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,4 @@
variant,top_node,returned_rows,scanned_rows,buffers_shared_hit,exec_ms
offset,Limit<-Sort<-Seq Scan,20,2000,141,0.996
keyset_with_index,Limit<-Index Only Scan,20,20,1,0.076
keyset_without_index,Limit<-Sort<-Seq Scan (filter),20,20,141,0.373
1 variant top_node returned_rows scanned_rows buffers_shared_hit exec_ms
2 offset Limit<-Sort<-Seq Scan 20 2000 141 0.996
3 keyset_with_index Limit<-Index Only Scan 20 20 1 0.076
4 keyset_without_index Limit<-Sort<-Seq Scan (filter) 20 20 141 0.373