Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Will AWS DAX of Dynamodb cache null result when GetItem result is null?

I have a question about null result caching behavior of Amazon DAX. If I try to GetItem from DAX with Dynamodb, and the item result is null. Will the DAX cache the null result to accelerate the get null item?

like image 755
chenatu Avatar asked Jan 31 '26 13:01

chenatu


1 Answers

Yes. DAX caches null marker if item is not found in DynamoDB.

like image 55
Abdelrahman Elhaddad Avatar answered Feb 03 '26 04:02

Abdelrahman Elhaddad