Growing Pains: Scale with a refactoring mind A talk about Scaling a #engineering Platform from a #StaffEngineer and #EngineeringManager perspective in a conference organized by Hubs.com.
How DataBase Engine Returns Row from Disk! Very high level understanding of how database returns rows to the user of the database, which the applications.
Reduce no. of DB connection with Django Behind the Story Recently in my office we optimised our resources, our infra team removed unnecessary services, databases etc based on resource consumption. Let’s say we had 10 services using PostgreSQL, normally for that we had 10 separate PostgreSQL database instances(each instance can have max 500 concurrent db
Best Practices Working with Billion-row Tables in Databases This whole post is about a video from Hussein Nasser I saw from youtube. This is just the summarise version of the video along with my key takeaways from the video Learning: The discussion is on * How to handle data in billion row based table * What kind of approach can