DynamoDB हा AWS चा पूर्णतः-व्यवस्थापित NoSQL डेटाबेस आहे — एक key-value आणि document store जो कोणत्याही स्केलवर single-digit-millisecond performance देतो, स्वयंचलित स्केलिंग आणि कोणत्याही सर्व्हर व्यवस्थापनाची आवश्यकता नसून. हा उच्च कार्यक्षमता आणि स्केलेबिलिटीची आवश्यकता असलेल्या अनुप्रयोगांसाठी डिজाइन केलेला आहे.
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)
