DAX
AWS DynamoDB Accelerator — an in-memory cache in front of DynamoDB.
Origin
AWS launched DynamoDB Accelerator (DAX) in 2017. The pattern — in-memory cache transparent to the application — is generic; DAX is the managed AWS-shape implementation.
Where it shows up in production
- DynamoDB workloads Same API, sub-millisecond reads at 10× the cost of DynamoDB direct.
Sources & further reading
Found this useful?