C
CS Fundamentals
Algorithms, data structures, system design, and computer science theory
How OpenAI scaled Postgres to manage 800 million users
Blog: https://openai.com/index/scaling-postgresql/ 1. Single Write Instance 2. Lazy writes 3. Batch writes 4. Connection Pools 5. Request Collapsing System Design Course: https://interviewready.io #openai #Postgres #SystemDesign