[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-04-30 22:42:02 +09:00
parent 0bd4f19e38
commit c36c0644a1
4888 changed files with 18470 additions and 18602 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
---
id: P-REINFORCE-AUTO-BOTT-001
id: [[P-Reinforce]]-AUTO-BOTT-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.98
tags: [auto-reinforced, bottlenecks, optimization, performance, constraint, systems-thinking]
tags: [auto-reinforced, bottlenecks, [[Optimization]], performance, constraint, [[Systems-Thinking]]]
last_reinforced: 2026-04-20
---
@@ -15,8 +15,8 @@ last_reinforced: 2026-04-20
병목(Bottlenecks) 현상은 시스템의 일부분이 그 능력을 발휘하지 못해 전체 시스템의 흐름을 제한하는 상태를 의미합니다.
1. **주요 유형**:
* **Hardware Bottleneck**: CPU 연산 속도보다 데이터 읽기(I/O) 속도가 현격히 느린 경우.
* **Software Bottleneck**: 비효율적인 알고리즘이나 블로킹 코드가 실행 시간을 잡아먹는 경우. (Blocking과 연결)
* **[[Hardware]] Bottleneck**: CPU 연산 속도보다 데이터 읽기(I/O) 속도가 현격히 느린 경우.
* **Software Bottleneck**: 비효율적인 알고리즘이나 블로킹 코드가 실행 시간을 잡아먹는 경우. ([[Blocking]]과 연결)
* **Human/Process Bottleneck**: 승인 프로세스가 너무 길거나 특정 전문가만 할 수 있는 작업이 밀려 있는 경우.
2. **해결 원칙 (TOC)**:
* 제약 이론(Theory of Constraints)에 따르면, 병목 지점이 아닌 곳을 개선하는 것은 시간 낭비에 불과함. 오직 병목 지점을 확장하거나 보호해야 전체 성과가 올라감.
@@ -27,5 +27,5 @@ last_reinforced: 2026-04-20
## 🔗 지식 연결 (Graph)
- [[Blocking]], [[Optimization]], [[Theory of Constraints (TOC)]], [[Analysis]], [[Scalability]]
- **Modern Tech/Tools**: Performance profilers, Load testing tools, Network analyzers.
- **Modern Tech/Tools**: Performance profilers, Load [[Testing]] tools, Network analyzers.
---