DynamoDB AWS کا مکمل طور پر منظم NoSQL ڈیٹا بیس ہے — ایک key-value اور document store جو کسی بھی scale پر single-digit-millisecond کی کارکردگی فراہم کرتا ہے، خودکار scaling کے ساتھ اور کوئی سرور منظم کرنے کی ضرورت نہیں۔ یہ ایسی applications کے لیے ڈیزائن کیا گیا ہے جنہیں high 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)
