System Design HLD Example: Hotel Booking System (Airbnb)
Mar 28 · 14 min read · TLDR: A robust hotel booking system must guarantee atomicity in inventory subtraction. The core trade-off is Consistency vs. Availability: we prioritize strong consistency for the booking path (PostgreSQL with Optimistic Locking) while allowing event...
Join discussion



























