DynamoDB AWS का पूरी तरह से प्रबंधित NoSQL डेटाबेस है — एक key-value और document store जो किसी भी पैमाने पर single-digit-millisecond performance प्रदान करता है, automatic scaling के साथ और प्रबंधित करने के लिए कोई servers नहीं। इसे उच्च performance और scalability की ज़रूरत वाले एप्लिकेशन के लिए डिज़ाइन किया गया है।
DynamoDB क्या है
DynamoDB is a managed, serverless NoSQL database:
→ KEY-VALUE / DOCUMENT model (items in tables, flexible schema)
→ FAST — single-digit-millisecond latency at any scale
→ SCALABLE — handles massive throughput; scales automatically (serverless)
→ FULLY MANAGED — no servers, patching, or capacity planning (AWS handles it)
→ highly available and durable (replicated across AZs automatically)
