#databases
Read more stories on Hashnode
Articles with this tag
Disclaimer: This blog has been written with the help of LLM. This chapter was pessimistic in its approach, but that’s alright, one has to be paranoid...
Disclaimer: This blog has been partially written by the help of LLM. The more I read DDIA the more my trust on databases is vanishing. :’) This...
Cool, so how do you replicate huuuuuge databases? Well, you don’t. You partition them and then replicate. So we are just adding additional complexity...
Welcome back folks. We are going to continue from where we left off in the last blog. We discussed Replication Logs, so now we are going to dive into...
Why replicate db data? keep data close to customer (improve latency) high availability increased read throughput Leaders and followers - who are...
The fourth chapter, the last chapter of part 1 of the DDIA book. Lessgo! What does software do? It propagates the transfer of data, well, it is too...