Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.73 KB

database-design.md

File metadata and controls

24 lines (20 loc) · 1.73 KB

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...


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


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 ...