Explore >> Select a destination


You are here

wecode.wepay.com
| | cnr.sh
2.9 parsecs away

Travel
| | Realtime change data capture (CDC) is becoming a popular architecture for data integration and data pipelines). The rise of Kafka connect, in particular, has triggered a lot of interest in the subject
| | my-it-notes.com
4.6 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 ...
| | www.decodable.co
3.6 parsecs away

Travel
| | How CDC can help with microservices, caching, and more.
| | timilearning.com
19.3 parsecs away

Travel
| Distributed databases typically divide their tables into partitions spread across different servers which get accessed by many clients. In these databases, client transactions often span the different servers, as the transactions may need to read from various partitions. A distributed transaction is a database transaction which spans multiple servers. This post will detail how databases guarantee some ACID properties when executing distributed transactions.