|
You are here |
wecode.wepay.com | ||
| | | | |
cnr.sh
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | How CDC can help with microservices, caching, and more. | |
| | | | |
timilearning.com
|
|
| | | 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. | ||