Top "Distributed-database" questions

Anything related to distributed databases and the techniques and the tools used to manage them.

What scalability problems have you encountered using a NoSQL data store?

NoSQL refers to non-relational data stores that break with the history of relational databases and ACID guarantees. Popular open source …

database nosql key-value-store graph-databases distributed-database
Amazon DynamoDB Conditional Writes and Atomic Counters

The application im working on currently requires me to increment an attribute belonging to an item in DynamoDB many times …

amazon-dynamodb database-concurrency distributed-database