DynamoDB என்பது AWS-ின் முழுவதும் நிர்வகிக்கப்படும் NoSQL தரவுசேமிப்பு — ஒரு key-value மற்றும் document store ஆகும், இது எந்த அளவிலும் single-digit-millisecond performance வழங்கிறது, தானியக்க scaling மற்றும் நிர்வகிக்க வேண்டிய சேவையகங்கள் இல்லை. இது உচ்ச செயல்திறன் மற்றும் 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)
