Is the database size a problem that affects the functionality?

Is the database size a problem that affects the functionality of the Adalo App?

It would depend how you are displaying the data. If you have multiple filters on a list pulling from a collection with 1000 entries… yes it could slow performance. Also watch your relationships. Too many, many too many, relationships would also slow performance. If you are using lots of those… try to incorporate join tables into your database.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.