More on this book
Community
Kindle Notes & Highlights
Started reading
September 12, 2019
databases
caches
search i...
This highlight has been truncated due to consecutive passage length restrictions.
stream pro...
This highlight has been truncated due to consecutive passage length restrictions.
batch pro...
This highlight has been truncated due to consecutive passage length restrictions.
We will explore what different tools have in common, what distinguishes them, and how they achieve their characteristics.
reliable, scalable, and maintainable
they have very different access patterns, which means different performance characteristics, and thus very different implementations.
While many-to-many relationships and joins are routinely used in relational databases, document databases and NoSQL reopened the debate on how best to represent such relationships in a database.
Like document databases, IMS worked well for one-to-many relationships, but it made many-to-many relationships difficult, and it didn’t support joins.