Walk into a well-run restaurant at peak service and watch the front-of-house team work. There's a quiet choreography happening: tables being turned, groups being sized, parties being directed to exactly the right spot without obvious fuss.
That choreography doesn't happen by accident. It comes from thoughtful table management — a discipline that most restaurants underestimate until they're haemorrhaging revenue from poorly-placed covers or wasting the night with a two-top occupying an eight-seater.
This guide covers the fundamentals.
The Basics: Table Sizing and Capacity Rules
Every table in your restaurant has two important numbers:
- Maximum capacity: The most guests the table can comfortably seat.
- Minimum capacity: The fewest guests you're willing to seat at that table.
The minimum capacity rule is one of the most underused levers in restaurant management. If you have a banquette table that seats eight, you probably don't want to put a couple at it on a Saturday night when you have 2-tops available. Setting minCapacity = 4 means your booking system won't assign it to smaller parties unless no better option exists.
This preserves your best revenue-generating configurations for the parties that need them.
Naming and Labelling Your Tables
A consistent naming convention matters more than it sounds. When your team communicates during service, table numbers or names need to be unambiguous.
A few approaches:
Simple numbering (1–20): Easy, universal, no confusion. Works well for a single-room venue.
Zone + number (T1, T2, B1, B2 for Terrace and Bar): Good for venues with distinct areas.
Position-based (Window 1, Corner 2): Useful when the physical location is how guests think of the table.
Whatever system you use, it should be:
- Written on floor plans
- Known by every front-of-house team member
- Used consistently in bookings and in-service communication
The Floor Plan: More Than Decoration
A digital floor plan is often treated as a visual nicety — something to show on the host stand screen. But a good floor plan is an operational tool.
At a glance, it should tell your team:
- Which tables are occupied right now
- Which are reserved, and when
- Which are free for walk-ins
- Which parties are about to arrive
The floor plan becomes your service dashboard. Teams that use it actively turn tables faster, seat walk-ins more confidently, and make fewer mistakes under pressure.
If you don't have a digital floor plan, even a laminated paper version behind the host stand beats trying to hold it all in memory.
Best-Fit Table Assignment: The Algorithm That Saves You Money
When a booking comes in for two guests, which table should it go to?
The naive answer is "any free table." The smart answer is "the smallest suitable table that's free."
This is called best-fit allocation, and it's how good booking systems (and good hosts) think about table assignment:
- Find all tables where
capacity ≥ party sizeandminCapacity ≤ party size. - Sort them by capacity ascending.
- Assign the first one with no booking overlap.
The result: a party of two gets a 2-top, not a 6-top. Your 6-top remains available for the party of five that calls later.
Over a busy weekend, the difference in revenue between "any free table" and "best-fit table" can be significant. An 8-cover table occupied by a 2-top for two hours has a very different revenue profile than the same table occupied by a party of seven.
Managing the Floor During Service
Even with perfect planning, service creates unexpected situations:
- A party of three calls to say they're running 20 minutes late.
- A walk-in group of six turns up just as you've seated your last reservation.
- Two tables are ready to order at the same time and you're one server down.
A few principles that help:
Stagger your reservation slots. Don't book everyone at 7pm. Even 15-minute offsets — 7:00, 7:15, 7:30 — spread the kitchen and front-of-house load enormously.
Build buffer time between sittings. If you're running two sittings, allow 15–20 minutes between a reservation ending and the next one starting. Realistic, not optimistic.
Have a greeter at the door during peak service. The host stand is the most important position in the house during a Friday or Saturday service. A senior team member there — not a junior — makes every other part of the operation run better.
Keep a visual board or screen updated in real time. Wherever your team can see the floor status, they make better decisions.
Rooms and Sections: When One Floor Plan Isn't Enough
Many venues have distinct spaces: a main dining room, a private dining room, a garden terrace, a bar area. Managing these as a single combined table list creates confusion.
Dividing your tables into rooms or sections:
- Makes seating assignments cleaner
- Allows you to open or close entire sections based on bookings and staffing
- Helps guests understand what they're booking ("we'd love the terrace")
For venues that do private dining, a dedicated room with a separate booking flow — and a higher minimum spend — is often a meaningful revenue stream.
Common Table Management Mistakes
Leaving gaps between bookings. A 45-minute gap between the 6pm reservation and the 8pm reservation on the same table wastes nearly a full cover. Audit your configuration if this is happening regularly.
Undersizing your table count. Some venues list fewer tables than they actually have, worried about overbooking. This is too conservative. A well-configured booking system handles overbooking risk — you don't need to solve it by reducing capacity.
Not marking tables as inactive during maintenance. If a table is out of commission — damage, deep cleaning, a reserved private event — mark it inactive so the booking system doesn't offer it.
Forgetting large party configurations. Three adjacent 2-tops can be pushed together for a party of six. If your booking system supports combined-table configurations, use them. If not, manage these manually and block the component tables.
The Longer Game: Data-Driven Table Optimisation
Once you've been running online bookings for a few months, you have data. Use it.
- Which tables are most frequently requested? Consider whether placement or naming is driving that.
- Which tables have the highest no-show rate? This can indicate poor positioning (draughty, by the kitchen pass, too near the toilets).
- What's your average turn time by table size? If 2-tops turn in 75 minutes but 4-tops take 120, your slot allocation should reflect that.
- Which time slots are consistently under-booked? Consider a pre-theatre menu or a discount to drive demand.
None of this requires expensive analytics software. A spreadsheet and your booking history is enough to start.
Summary
Good table management comes down to a few fundamentals:
- Define clear capacity rules for every table, including minimum capacities.
- Use best-fit assignment, not first-available.
- Run a live floor plan during service.
- Stagger reservations to spread the load.
- Review your data regularly and adjust.
The restaurant that does this well turns more covers, wastes less space, and delivers a more consistent guest experience. That's not magic — it's just good systems.
Cheeky Table handles best-fit table allocation automatically and includes a live floor plan for all venues. See how it works →