I'm POC'ing migrating an application to xano + low code app front end (maybe bubble).
The app is powered heavily by warehoused historical analytics data (usually pulled and accumulated from Google or Adobe) which can get very large per customer.
Historically it was a classic Azure SQL based environment, with a DB per customer with identical schemas. Across their own tables, each customer could easily rack up a hundred million rows of data. This gave us the horizontal scale and the vertical scale, although it was still a challenge.
In moving to xano, and combining customers to a single DB goign to stretch xano beyond its capabilities?
I will never have a million customers trying to do the same thing at the same time, but I might have 50 customers who all need to, update and aggregate their daily analytics warehouse and product catalogues.
Xano syas all the right things about big data, no sql, unlimited records & api requests, scaling etc. But how does that really translate to a requirement like this.