In this video, I have discussed Columnar databases. These are designed to read only the specific columns required for a query, which drastically reduces the amount of data scanned and makes analytics much faster. Because similar data values are stored together, they achieve very high compression, saving both storage space and disk I/O. They also use metadata like minimum and maximum values per block to skip large portions of data during range filters, which further improves performance. This architecture is ideal for operations like aggregations, filtering, and reporting on large datasets. That’s why columnar databases are widely used in data warehouses, business intelligence, dashboards, and analytical workloads rather than heavy transaction processing.
Link to the Telegram Group: https://t.me/AnandPandeyHere
Link to system design short videos playlist: • System Design
Design Rate Limiter : • Design a Rate Limiter (High Level Design +...
Master Slave Technique : • Master Slave Technique | Data Replication ...
Design WhatsApp : • System Design: Messaging App | WhatsApp/ T...
Design Spotify: • Design Spotify | System Design | HLD
What is Messaging Queue: • What is a Messaging Queue? Why do we need ...
You can connect with me here :
LinkedIn: / anand-pandey-33718b181
Instagram: / anand_pandey_007
I hope you watch it till the end.
#systemdesign