docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ tags: [auto-reinforced, database, query-optimization, performance, indexes]
last_reinforced: 2026-04-20
---
# [[Query-Optimization]]
# [[Query-Optimization|Query-Optimization]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> "데이터를 찾는 가장 빠른 지도: 수억 개의 데이터 중에서 원하는 정보를 최소한의 리소스로 즉시 뽑아낼 수 있도록, 쿼리문과 실행 계획을 수학적으로 재설계하는 성능의 지휘자."
@@ -29,6 +29,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: 클라우드 DB 사용 시 데이터 조회량(Scanned bytes)에 따라 과금되는 정책이 보편화됨에 따라, 비용 절감을 위해 모든 쿼리에 대해 엄격한 '최적화 가이드라인 준수'와 '비효율 쿼리 자동 차단 정책'이 운영 표준으로 자리 잡음.
## 🔗 지식 연결 (Graph)
- [[Principles-of-Data-Connect]], [[Operations-Research]], Complex Adaptive Systems, [[Software-Design-Principles]]
- [[Principles-of-Data-Connect|Principles-of-Data-Connect]], [[Operations-Research|Operations-Research]], Complex Adaptive Systems, [[Software-Design-Principles|Software-Design-Principles]]
- **Modern Tech/Tools**: EXPLAIN ANALYZE (PostgreSQL), SQL Server Profiler, MongoDB Compass.
---