We run a data heavy application on Bubble for sports cards and trading card analytics. We run a dedicated instances due to the heavy requirement on processing and data size. But in general there is not a size / growth issue related to bubble other than cost. That said, when you start getting tables with say 50 Million + records you will want to use an external service for indexing (Algolia or Typesense). In general there are no issues storing data in say Supabase and retrieving data from that platform via API calls in a performant way. Additionally, we often use external custom services/code hosted on Replit, if we need certain complex features that require code. All of these things are feasible and we use them in production.

2 Likes