Search posts, tags, users, and pages
Benoît Bouré
Software developer
DynamoDB is a fully managed NoSQL database that delivers single-digit millisecond performance at any scale. In order to keep up with its promises, there are a couple of constraints and good practices that you need to follow. One of them is to keep yo...
hashnode
Sleep
From - docs.aws.amazon.com/amazondynamodb/latest/develop…
If an update to the table changes the value of an indexed key attribute (from A to B), two writes are required, one to delete the previous item from the index and another write to put the new item into the index.
hashnode
Sleep
From - docs.aws.amazon.com/amazondynamodb/latest/develop…