Introduction| Uddeshya’s Musings
This post is migrated version of the one already published on Medium.| Uddeshya’s Musings
My attempt to decipher the Raft whitepaper and how KRaft implementation adheres to the raft philosophy and techniques.| Uddeshya’s Musings
A more accurate title would’ve been porting Postgres’ conditional selectivity to MySQL, but you’d ask me what’s conditional selectivity then! This blog post series will explain both.| Uddeshya’s Musings
Welcome to part 2 of the series, in this post, we’ll discuss implementing a new histogram style inspired by Postgres in MySQL for estimating row selectivity.| Uddeshya’s Musings
Welcome to my take on the implementation of extendible hash tables (minus the code btw, owning to the educational policies)| Uddeshya’s Musings
MongoDB is an extremely popular no SQL database solution with an interesting cache architecture. Tons of projects use MongoDB in production including ours at GoTo Financial. It has been working perfectly for quite some time until came to a point when it suddenly wasn’t and this small post is all about our misadventures with MongoDB.| Uddeshya’s Musings
Introduction| Uddeshya’s Musings