Counting Updates in Glide solution

New Question :slight_smile:

Are there examples of apps that have reliably supported 2,000 users?

In my example, it’s an event with intense usage for 2 days. It could be anything else.

One of my main challenges is feeling confident that the scale won’t harm the event.

I cannot stress-test at such a scale.

Features that I consider more risky = allowing DMs between users.

Any thoughts?

Very old thread, but people used to run with much more than 2k users on Classic. I don’t think there are any reasons for Glide not to be able to support it in a public app.

The only thing you might want to be careful about is users adding/editing/deleting data, or any stuff that consumes updates.

2 Likes