DynamoDB AWS को पूर्ण-प्रबन्धित NoSQL डाटाबेस हो — यो key-value र document store हो जसले कुनै पनि scale मा single-digit-millisecond performance प्रदान गर्छ, automatic scaling सहित र कुनै पनि server प्रबन्ध गर्न आवश्यक छैन। यो उच्च performance र scalability चाहने applications को लागि डिजाइन गरिएको छ।
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)
