Wir helfen Unternehmen seit 18 Jahren,
bessere Software zu finden

Amazon DynamoDB
Was ist Amazon DynamoDB?
Amazon DynamoDB ist eine Key-Value-Datenbank, die in jeder Größenordnung eine Leistung im einstelligen Millisekundenbereich liefert. Es handelt sich um eine vollständig verwaltete, multiregionale Multimaster-Datenbank mit eingebauter Sicherheit, Sicherung und Wiederherstellung sowie In-Memory-Caching für Anwendungen im Internet. DynaModB kann pro Tag mehr als 10 Billionen Anfragen bearbeiten und Spitzenleistungen von mehr als 20 Millionen Anfragen pro Sekunde unterstützen.
Wer verwendet Amazon DynamoDB?
Viele der am schnellsten wachsenden Unternehmen wie Lyft, Airbnb und Redfin sowie Unternehmen wie Samsung, Toyota und Capital One verlassen sich auf die Größe und Leistung von DynamoDB.
Du bist nicht sicher, ob Amazon DynamoDB das Richtige ist?
Mit einer beliebten Alternative vergleichen
Mehr Details anzeigen

Amazon DynamoDB
Bewertungen über Amazon DynamoDB

In Betracht gezogene Alternativen:
DynamoDB for Big Data Processing
Vorteile:
I have used DynamoDB in dozen of projects, including the commercial medium-scale applications and University Research projects that included processing massive amount of data. DynamoDB is my go-to solution for NoSQL Databases, it is very easy to configure and the documentation is near perfect. An experienced Engineer who has worked with Databases before will grasp most of the features in a couple of weeks. DynamoDB is a fantastic solution that automatically scales and is able to process large amounts of data.
Nachteile:
When used very intensely the cost do rise, but still the costs are comparable to other Cloud Providers' NoSQL solutions like Cassandra, GCP BigTable etc.
The goto NoSql db that one should go to for easy and fast access
Kommentare: Overall the experience have been very good. It's very easy to understand. We had switched from mongodb NoSql db to Amazon dynamodb and comparatively it was easy to migrate.
Vorteile:
Amazon dynamodb is a NoSql db that supports key value pair. It is easy to configure and use in your java code through some function calls. The access control is excellent and we can easily provide restricted access to different type of users.
Nachteile:
The size of data that dynamodb can store in one key value pair or an item is limited to 400 KB. For large data you have to rely on other storage like S3 and then use that referance location in your dynamodb. That should be supported out of the box in dynamodb.
Amazon DynamoDB for Software Engineers
Vorteile:
We used DynamoDB global tables to replicate data across multiple regions which resulted in a higher level of redundancy. All this happens in real time to ensure seamless fail over during a disaster while minimising the data lost and it helped in a lot.
Nachteile:
It provides us limited querying options which can be tedious task and the costs for the service can be hard to predict.
In Betracht gezogene Alternativen:
Java developer on Amazon DynamoDB.
Vorteile:
A great scaling NoSQL database on the AWS platform. Easy to administer once you're already using AWS. Integrates great with other services on the platform. Easy to configure security.
Nachteile:
Limited data querying. High entry threshold. Requires understanding because of its differences. It's more difficult with integration when you're not using the AWS platform.
DynamoDB Review
Vorteile:
I like how it provides you quick and easy access to data that you need to query. How it stores data in a way that even users without an IT background can quickly have a grasp into is a great thing.
Nachteile:
I like least about it is when querying a lot of data, it won't let you easily sort the dates to show the most recent unless you go over each page there is and go back to the first page.