|
You are here |
siemens.blog | ||
| | | | |
ordep.dev
|
|
| | | | | ||
| | | | |
benjamincongdon.me
|
|
| | | | | B-Trees are not boring, after all | |
| | | | |
timilearning.com
|
|
| | | | | Have you ever wondered how data stored in databases actually gets represented on your computer's hard disk? Or why some queries to your database tables benefit from adding indexes on columns? Well, whether you have or not, here's a series of posts that aim to detail my understanding of the journey from inserting a row to a database table, to actually retrieving that row. | |
| | | | |
archive.qconsf.com
|
|
| | | Debezium (noun | de·be·zi·um | /d?:?b?:zi??m/) - Secret Sauce for Change Data Capture Apache Kafka is a highly popular option for asynchronous event propagation between microservices. Things get challenging though when adding a services database to the picture: How can you avoid inconsistencies between Kafka and the database? Enter change data capture (CDC) and Debezium. By | ||