top of page
The Vault
Indexing Strategies
How your database conquest going on, we have learned how data is stored pages in different layouts (row and column oriented) and how...
sumitnagle
Jun 24, 20254 min read
Buffering and Caching
Last time we discussed how database use storage layout to ensure the I/O latency is minimised (based on the access patterns), and at the...
sumitnagle
Jun 23, 20253 min read
Disk I/O in Databases
Disk I/O operations (input/output operations) involves fetching data from a disk storage (persistent storage) into memory and writing...
sumitnagle
Jun 22, 20258 min read
Single Responsibility Principle (S)
The Single Responsibility Principle (SRP) is the first and arguably most foundational principle from the famous SOLID principles of...
sumitnagle
Jun 22, 20253 min read
Workload Resources
In Kubernetes , Workload Resources are the objects that we use to deploy and manage our containerised applications. Think of them as...
sumitnagle
Jun 22, 20259 min read
Kubernetes Architecture (Simplified)
Before we discuss the ✨architecture✨ of Kubernetes , we need to know some basic things, First, what is a container ? Containers a...
sumitnagle
Jun 21, 20256 min read
bottom of page