Explore >> Select a destination


You are here

muratbuffalo.blogspot.com
| | my-it-notes.com
4.4 parsecs away

Travel
| | Databases - how they work under the hood?Key takeaways from brilliant book "Designing data intensive application" - to quickly recap core concepts. DB engines classifications Type of load: OLTP (transaction processing) vs OLAP (data warehousing and analytics) Relational vs NoSQL, document vs columnar, graph vs triple-store (semantic facts storage) Even within NoSQL camp you can ...
| | henrikwarne.com
4.2 parsecs away

Travel
| | What a great book Designing Data-Intensive Applications is! It covers databases and distributed systems in clear language, great detail and without any fluff. I particularly like that the author Martin Kleppmann knows the theory very well, but also seems to have a lot of practical experience of the types of systems he describes. There is...
| | www.allthingsdistributed.com
3.8 parsecs away

Travel
| | Werner Vogels on building scalable and robust distributed systems
| | jepsen.io
18.6 parsecs away

Travel
| [AI summary] This article explains the concepts, mechanics, exceptions, and comparisons of snapshot isolation within database transactional systems.