Hacker News new | ask | show | jobs
by hgh 1637 days ago
I think the original DynamoDB paper is a good choice - some interesting CS/systems engineering content but relatively accessible.

https://www.allthingsdistributed.com/files/amazon-dynamo-sos...

1 comments

Notably, the Dynamo paper is _not_ a description of how DynamoDB (the product available from AWS today) works. They are fundamentally different, and it is not possible to implement notable features like conditional updates using the algorithms described in the Dynamo paper.
That’s interesting. I was going to take a stab at reading that first since I frequently use DynamoDB (Amazon product) at work.