Bot wait a time

I’m afraid of using too many columns on my table and it’s bad for the APP, what would be the ideal limit to work on it?

0 2 113
2 REPLIES 2

There isn’t a rule to easily identify a limit. I assume performance is your concern here. Performance is not only dependant on number of columns but also on the type of data in those columns, the number of rows AND how complicated the expressions are operating within those columns.

I can say this, if you follow standard data structure ideologies, your app will be perfectly fine. If you find a table growing to 50 or more columns then that MIGHT be a table worth looking at segregating into multiple tables. BUT, it all really depends on the needs of the app.

thanks for help me, my app have much less columns, really have save me

Top Labels in this Space