Bookmarks tagged [database-design]
https://en.wikipedia.org/wiki/Two-phase_commit_protocol
In transaction processing, databases, and computer networking, the two-phase commit protocol (2PC) is a type of atomic commitment protocol (ACP). It is a distributed algorithm that coordinates all the...
- tags: transactions, database, database-design
https://www.youtube.com/watch?v=IUxT7ZRHlZ4
To embed or to reference? Well, it depends on relationship type, data volatility, bounding type etc.... Great video
- 📆 published on: 2016-05-06
- tags: nosql, data-modeling, database-design
https://www.youtube.com/watch?v=csKBT8zkRf0
MongoDB's basic unit of storage is a document. Documents can represent rich, schema-free data structures, meaning that we have several viable alternatives to the normalized, relational model. In this ...
- 📆 published on: 2014-09-29
- tags: mongodb, database-design, data-modeling