Data Modeling
Data Architecture
Martin Kleppmann examines in his blog article “Hermitage: Testing the ‘I’ in ACID” the isolation levels in various database systems. Weak isolation is not just known since the rise of NoSQL DBs with BASE & CAP theorem. Weak isolation has been introduced long ago in RDBMS for better performance – but every vendor has their own definitions. He refers to a model of isolation levels which he used to implement in a test suite “Hermine” to support his research.
eBay and PayPal have large and challenging DB environments. Which database fits best their various needs? One-size-fits-all approach is not sufficient. Therefore eBay and PayPal aim to use the most suitable DB for a use case. Iggy Fernandez reports about presentations from the NoCOUG fall conference. His report includes screenshots about MongoDB, Cassandra, HBase and Couchbase use cases.
Reference card for Apache Spark by DZone: Apache Spark Cheat Sheet