feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AUTO-QOPT-001
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.96
tags: [auto-reinforced, database, query-optimization, performance, indexes]
last_reinforced: 2026-04-20
@@ -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]], [[Operations-Research]], Complex Adaptive Systems, [[Software-Design-Principles]]
- **Modern Tech/Tools**: EXPLAIN ANALYZE (PostgreSQL), SQL Server Profiler, MongoDB Compass.
---