Scaling hosting for group booking sites
Hi,
looking at how sites handling group accommodation (like for families or groups of four) operate, I’ve got a question about the hosting side of things.
When traffic spikes during peak periods (holidays, promos, etc.), how do you usually handle that? Are we talking VPS, cloud setups, or straight to dedicated servers? I’m guessing you also need to account for heavy concurrent searches (lots of filters, real-time availability checks, that sort of thing).
Also, on the database side, do you tend to plan for horizontal scaling early on, or only once you hit a certain threshold?
Feels like a lot of projects underestimate the load when multiple users are searching at the same time with quite specific criteria.