Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
Self-hosted
If you are self-hosting, what version of Baserow are you running?
1.31.1 + env variables (to edit more than 200 rows)
If you are self-hosting, which installation method do you use to run Baserow?
single image docker container
What are the exact steps to reproduce this issue?
It’s a more general question about the expected limits of Baserow (1.31 and later).
I need a table for a project, which may require more than 250 columns, but there may be much more due to the need for a few workarounds (involving formula columns).
Also - at least 5 columns may contain very long text in each cell (more than 32K characters).
What is the current recommended limit for both the number of columns and text length (for long text field and/or AI field / formula field)?
I’ve found this gitlab issue which suggests 400 Default MAX_FIELD_LIMIT may be too large (#2216) · Issues · Baserow / baserow · GitLab
What’s the recommended solution if I need more?
However, I may also need to frequently change column types (from formula to text, and back again) - OR - frequently delete and create new columns in their place.
Given this issue: A table may hit PostgreSQL's 1600 columns limit if modified often. (#3330) · Issues · Baserow / baserow · GitLab - how do frequent changes to columns (or delete/create cycles) impact the table in terms of performance and data integrity?