tidb은(는) 무엇을 하나요?
TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
TiDB는 예측 불가능하게 성장하는 에이전트 워크로드를 위해 설계되었으며, ACID 보장과 트랜잭션, 분석, 벡터 검색을 위한 기본 지원을 제공합니다. 데이터 사일로, 노이시 네이버, 인프라 한계가 없습니다.
TiDB는 AI 에이전트 및 동적 워크로드를 위해 특별히 최적화된 분산 SQL 데이터베이스입니다. ACID 트랜잭션을 완벽하게 지원하면서도 실시간 분석과 벡터 검색 기능을 기본 제공하여, 데이터 사일로 없이 모든 작업을 하나의 데이터베이스에서 처리할 수 있습니다. '노이시 네이버(noisy neighbors)' 문제가 없어 리소스 경합 없이 안정적인 성능을 유지하며, 수평적 확장을 통해 인프라 한계 없이 워크로드 증가에 대응할 수 있습니다. Claude Code, Cursor, Codex 등 주요 AI 에이전트 플랫폼과 호환되어, 에이전트가 트랜잭션 처리, 분석 쿼리, 벡터 유사도 검색 등을 단일 인터페이스로 수행할 수 있게 해줍니다. 이는 특히 예측 불가능한 트래픽 패턴을 가진 AI 기반 애플리케이션에서 데이터 관리의 복잡성을 크게 줄여줍니다.
npx skills add pingcap/tidbTiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.