# Amazon DynamoDB Accelerator (DAX) Reviews
**Vendor:** Amazon Web Services (AWS)  
**Category:** [Web Server Accelerator Software](https://www.g2.com/categories/web-server-accelerator)  
**Average Rating:** 4.2/5.0  
**Total Reviews:** 18
## About Amazon DynamoDB Accelerator (DAX)
Amazon Relational Database Service (RDS) is a web service that makes it easy to set up, operate, and scale a relational DB in the cloud: Amazon Aurora, PostgreSQL, MySQL, MariaDB, Oracle, and Microsoft SQL Server.




## Amazon DynamoDB Accelerator (DAX) Reviews
  ### 1. Must needed NoSQL management tool for DynamoDB

**Rating:** 5.0/5.0 stars

**Reviewed by:** Adarsh G. | Software Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 20, 2022

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

Dynamo itself is amazing but using DAX give us the much needed low latency catching and most importantly it allows easier development of serverless applications. Also, you personally don't have to manage the cache layer so that's amazing.

**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

Costing is the only issue I can think of right now but other than that it's just amazing. Just some better pricing may make it the best as it is optimum for small scale projects but in high scale it may cost tons.

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

In our company, the project name is ATRIS(Automated Transcript Intelligent and Smart) so all our usage generally includes usage of machine learning models and using the data given as output from those models to process something else.
So basically some important use cases for us are:
 
- Latency on accessing data from the database and thus making our API call faster.

- The most important use case which saved us a lot of time is storing the pickle data from our models which we generally stored in DB and accessed regularly to train or get some desired output is directly saved on the DAX which makes our application 20 per cent faster.

  ### 2. Managing caching and invalidating caching is now done automatically through DAX!!

**Rating:** 5.0/5.0 stars

**Reviewed by:** Jainal G. | Software Development Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 20, 2022

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

Well, pretty much everything. Before DAX was introduced I.e before 2017 managing caching, invalidating cache with the right approach without getting those x-cache miss errors was a nightmare for us. Thus when we heard in April, 2017 about DAX getting released which pretty much-managed cache population and invalidation automatically we were so excited, and turns out we stopped getting those x-cache miss errors and was really wonderful for us.

**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

Customizing how the cache approaches and having some control on what to cache and add our custom logic on top it is missed as the caching management is handled by DAX which actually okay if you want to leave that hassle and focus on building your application.

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

Firstly using DAX didn't required to change our application code (as it is compatible with existing Amazon DynamoDB API Calls)
Secondly, we were getting lots of issues in caching population and invalidation and DAX solved all these problems by automating these underlying issues.
Thirdly, The query performance increased up to 10x.
Finally, Under load conditions, the system can now handle millions of QPS efficiently.

  ### 3. Super fast and fully managed Dynamo DB

**Rating:** 4.0/5.0 stars

**Reviewed by:** faizan s. | Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 20, 2022

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

DAX is a NoSQL database service that is fully automated. With the introduction of DAX, the speed increases tenfold. It has an in-memory catch system that enhance the speed of the default dynamo DB.

**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

While old Dynamo DB has to use an external catching feature the DAX made catching simple. With lower latency and lowering the cost. so all in all I didn't find any thing bad about DAX.

**Recommendations to others considering Amazon DynamoDB Accelerator (DAX):**

I would say instead of implementing external catching services like elastic search go for DAX it is fast, efficient and inexpensive.

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

While working on my startup ATRIS we used to save transcripts of MOM of meetings. We had implemented Dynamodb and had faced some latency issues. We plan to implement elasticache but then we find DAX and it simply works amazing.

  ### 4. DAX makes DynamoDB one of the best managed NoSQL DB

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Internet | Enterprise (> 1000 emp.)

**Reviewed Date:** April 28, 2022

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

Its is self managed and the integration is very simple. It boosts the application performance exponentially by adding cache layer on top of DB.

**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

There are additional charges for DAX along with DynamoDB charges. It would have been better if the costs were low for DAX usage. Also DAX is not present in all the AWS regions

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

it reduces the latency of the read calls by a large fraction. Also, we don't have to care about the caching implementation on the application end

  ### 5. DAX has become essential if you are already using Amazon DynamoDB

**Rating:** 4.5/5.0 stars

**Reviewed by:** Bharat s. | Senior Manager, Information Technology and Services, Enterprise (> 1000 emp.)

**Reviewed Date:** October 30, 2019

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

Amazon DynamoDB Accelerator (DAX) is a fully managed, highly available, in-memory cache for DynamoDB that delivers up to a 10x performance improvement. DAX does all the heavy lifting required to add in-memory acceleration to your DynamoDB tables, without requiring developers to manage cache invalidation, data population, or cluster management. Now you can focus on building great applications for your customers without worrying about performance at scale. Just as with DynamoDB, you only pay for the capacity you provision.

**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

Nothing to dislike as it gets integrated with the whole AWS ecosystem very coherently. The only thing is the cost factor that you need to factor in before making use of this tool.

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

It has improved our cloud-based application's speed and efficiency a lot. Now we are making use of it more and more to get the most out of our Dynamo tables and get the result back as fast as possible. 

  ### 6. Massivly scalable and reliable

**Rating:** 4.0/5.0 stars

**Reviewed by:** lakhan p. | Solution Delivery Consultant, Management Consulting, Enterprise (> 1000 emp.)

**Reviewed Date:** November 27, 2018

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

Reliability, replication scalability and performance. If you already have basic understanding of No sql databases you will find the apis easy to understand and would be very confident on predicting actual performance of your table based on read/write capacity units. However With new feature of dynamic capacity., the effort of figuring out right capacity also goes away. I have found a ver


**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

For someone who don't know how noSQL database works, may find its architecture little difficult to understand.Having a Sql interface would help for the people like those.Which i believe is there but not properly documented.

**Recommendations to others considering Amazon DynamoDB Accelerator (DAX):**

NA

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

We have a massive regisrty of custom resources and services and corresponding user level access privileges. with dynamodb this has become easily searchable. using this we have created our own highly scalable authorizer service at an enterprise level.

  ### 7. Excellent product

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Networking | Small-Business (50 or fewer emp.)

**Reviewed Date:** October 19, 2019

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

Excellent system accelerator, I am satisfied with its performance.

**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

Amazon Dynamo DB Accelerator is a good system even though it sometimes crashes for no apparent reason.

**Recommendations to others considering Amazon DynamoDB Accelerator (DAX):**

Recommended

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

For my work, it has been a godsend as it made all internet activities simpler by streamlining them. I have temporarily stopped using it due to website restructuring, but I will definitely resume.

  ### 8. Dynamodb accelerator

**Rating:** 3.5/5.0 stars

**Reviewed by:** Benyamin D. | DevOps manager, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 27, 2018

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

the best thing about DAX is that it's a transparent cache layer. it's not a traditional side-cache. which means that it does not have any coherency issues as usual, and that is great. also the fact that it is fully managed is great of course.

**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

I probably dislike mostly the price which can get very high when dealing with high volumes of data.

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

obviously speed and performance. we experienced some issues due to faster performance of some of our applications then the responses of the dynamodb database. caching mostly solved it.

  ### 9. very easy to scale

**Rating:** 4.0/5.0 stars

**Reviewed by:** Eugene B. | Owner, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 08, 2019

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

Very easy to scale and deploy. Good fit for MVP, which can potentially get a lot of traffic.

**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

You got tied up to their solution and it is not easy to switch from it.

**Recommendations to others considering Amazon DynamoDB Accelerator (DAX):**

If you are searching DB solution for MVP or a simple application, it is a good fit.

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

Ability to quickly implement a database for an application that can be easily scaled in case of a lot of sudden spike of traffic

  ### 10. DynamoDb Accelerator is a cloud alternative for Redis

**Rating:** 5.0/5.0 stars

**Reviewed by:** Manan W. | Head Teaching Assistant, Consumer Electronics, Enterprise (> 1000 emp.)

**Reviewed Date:** December 22, 2018

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

Allows you to use the in memory cache on cloud which allows easy development of serverless applications

**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

It has been very expensive to use and can only be used with java applications.

**Recommendations to others considering Amazon DynamoDB Accelerator (DAX):**

Just think about the cost expectations you have because using DAX is costly.

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

We need to process a lot of data in memory before saving it finally so DAX let's us do that before creating Custom Objects and storing those in dynamodb.

  ### 11. Very helpful NoSQL management tool

**Rating:** 5.0/5.0 stars

**Reviewed by:** Morgan G. | Senior Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** January 03, 2019

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

DynamoDB is already very easy to use and fast enough for applications. But DAX has improved this to a whole new level. It is in-memory cache and flexible to use. 

**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

I have not found anything I do not like now. 

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

The faster query speed and more flexible usage. 

  ### 12. easy to use

**Rating:** 2.0/5.0 stars

**Reviewed by:** Milan O. | Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 29, 2018

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

speed is very good.  easy to use for smaller project

**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

there is nothing that I dislike about this product

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

saving key/value pair

  ### 13. DyanoDB limitations

**Rating:** 3.0/5.0 stars

**Reviewed by:** Verified User in Retail | Enterprise (> 1000 emp.)

**Reviewed Date:** December 04, 2018

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

I like that it is another from of DB that resides on the cloud and that management of it from the backend is dealt with by AWS.

**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

I dislike the fact that it does not bode well with DR schematics. 

**Recommendations to others considering Amazon DynamoDB Accelerator (DAX):**

Definitely worth a try. 

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

Uploaded a SQL DB to this DB

  ### 14. DynamoDB Accelerator

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** November 28, 2018

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

DynamoDB DAX is good for applications that need a very low latency to they datastore - not having to manage the cache layer is awesome.

**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

DAX is good and does what it promises very well IMO.

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

Low latency database stores.

  ### 15. When Not To Use

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Logistics and Supply Chain | Mid-Market (51-1000 emp.)

**Reviewed Date:** November 28, 2018

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

Reducing the latency for Reads for GPS data coming from our app

**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

Over all expense. The tool does not allow for us to run a most cost effectice cluster while getting the network needs

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

Latency on accessing data

  ### 16. Our api response times have  improved drastically after DAX

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Automotive | Enterprise (> 1000 emp.)

**Reviewed Date:** November 28, 2018

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

The seamless integration with the codebase and publishing in maven - dax sdk

**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

The wait time for the sdk updates to get into maven

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

API response times improvement

  ### 17. DAX makes it easy to maintain and operate Dynamo DB

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** October 29, 2018

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

I like that it's easy to configure in production, and that it needs little oversight for our use case.

**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

Getting DAX set up locally can take a bit of time.

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

DAX can help us operate our dynamoDB instances easily.

  ### 18. Amazon DynamoDB

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Enterprise (> 1000 emp.)

**Reviewed Date:** April 30, 2018

**What do you like best about Amazon DynamoDB Accelerator (DAX)?**

Amazon DynamoDB is already fantastic for NoSQL database use.  I use it for many applications.  DAX is great for tables that are hit a lot, which is great for scaling where your table may be perhaps hitting a lot of scans or queries.

**What do you dislike about Amazon DynamoDB Accelerator (DAX)?**

While not a dislike of DAX persay, it does cost some more in addition to your other DynamoDB costs on a per hour basis. So, it can drive up costs a little bit- depending on one's settings.

**What problems is Amazon DynamoDB Accelerator (DAX) solving and how is that benefiting you?**

It's great for tables that are heavily used


## Amazon DynamoDB Accelerator (DAX) Discussions
  - [quick tutorial for basic users](https://www.g2.com/discussions/37713-quick-tutorial-for-basic-users) - 1 upvote

- [View Amazon DynamoDB Accelerator (DAX) pricing details and edition comparison](https://www.g2.com/products/amazon-dynamodb-accelerator-dax/reviews?section=pricing&secure%5Bexpires_at%5D=2026-05-30+11%3A37%3A15+-0500&secure%5Bsession_id%5D=c9f3ec54-3fad-4f0d-ab3f-5c5b9d6a2244&secure%5Btoken%5D=8f5b556ac2612efa45923b852b150510196b3210f86248cac21c1c32efcacc0c&format=llm_user)

## Amazon DynamoDB Accelerator (DAX) Features
**Performance**
- Content Delivery Acceleration
- Caching and Prefetching
- Content Compression
- Load Balancing
- Server Clustering
- Real-Time Monitoring

**Security**
- SSL/TLS Processing
- Adminstration Control

## Top Amazon DynamoDB Accelerator (DAX) Alternatives
  - [Azure SignalR Service](https://www.g2.com/products/azure-signalr-service/reviews) - 4.4/5.0 (12 reviews)
  - [F5 NGINX](https://www.g2.com/products/f5-nginx/reviews) - 4.6/5.0 (106 reviews)
  - [Varnish Software](https://www.g2.com/products/varnish-software/reviews) - 4.6/5.0 (100 reviews)

