Is there a maxium limit in how many bookings can be performed??

WordPress Event Management, Calendars & Registration Forums General Question Is there a maxium limit in how many bookings can be performed??

This topic contains 1 reply, has 2 voices, and was last updated by  Stephen Harris 2 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40508

    Hi,

    Besides from the limits that we set for the number of tickets available, is there a technical limit to the number of tickets/reservations made for a single event?

    Can I use this for an event where I expect to have 3000 registrations?

    thanks in advance!

    Rene Kroes
    #40565

    No, events can have any any number of bookings.

    Bookings are created in the post table, but they joined to events via the eo_booking_tickets table. The booking ID and event ID (and occurrence ID) are indexed on that table to allow for quick look-ups. Computing of available spaces is also cached, as that will need to pull out all confirmed bookings for an event.

    You may want to perform load tests, however. As for any given CPU/memory there will come a point where it will struggle. Additionally a lot depends on what other plug-ins you have running and what they might be doing.

    Stephen Harris
Viewing 2 posts - 1 through 2 (of 2 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.