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
+3 -3
View File
@@ -1,5 +1,5 @@
---
id: [[P-Reinforce]]-AUTO-A802F0
id: [[P-Reinforce|P-Reinforce]]-AUTO-A802F0
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.90
tags: [auto-reinforced]
@@ -7,7 +7,7 @@ last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - 카산드라(Cassandra)"
---
# [[카산드라(Cassandra)]]
# [[카산드라(Cassandra)|카산드라(Cassandra)]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> 카산드라(Cassandra)는 기존의 RDBMS를 대체하여 대규모 데이터 환경(NoSQL at scale)을 지원하기 위해 사용되는 오픈 소스 기반의 데이터베이스입니다 [1]. 다중 리전(Multi-Regional) 및 다방향(Multi-directional) 아키텍처를 지원하며, 가용성(Available)과 파티션 허용성(Partition Tolerance)을 제공하는 것이 특징입니다 [1]. 넷플릭스(Netflix)의 마이크로서비스 아키텍처에서 인프라의 핵심 데이터 저장소로 활용되었습니다 [1, 2].
@@ -28,7 +28,7 @@ github_commit: "[P-Reinforce] Continuous Worker - 카산드라(Cassandra)"
- **정책 변화:** AI 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** NoSQL, RDBMS, Microservices [[Architecture]], Tunable Consistency
- **Related Topics:** NoSQL, RDBMS, Microservices [[Architecture|Architecture]], Tunable Consistency
- **Projects/Contexts:** 넷플릭스 마이크로서비스 아키텍처 전환(Adopting Microservices at Netflix)
- **Contradictions/Notes:** 카산드라 자체에 대한 깊이 있는 기술적 원리보다는 넷플릭스의 마이크로서비스 도입 과정에서 RDBMS를 대체한 대규모 NoSQL 솔루션의 사례로서만 간략하게 언급되어 있어 추가적인 기술적 세부 정보는 소스에 관련 정보가 부족합니다 [1].