Increasing 200MB file size limit on dedicate server

We have a base with one table with an unusually large number of active rows. (Over time, most of these rows will be moved to Big Data, but as we work through them, this is the situation.)
We were able to change the config to allow the necessary number of rows, and our server and clients are powerful enough to handle the the table - but - as we started populating these rows with more data we quickly hit the hard 200MB file size limit that doesn’t allow changes to sync with the server.

Is there any way we can raise that 200MB cap? I understand all the reasons why it may not be advisable to do so. We would still like to try to see if it can get us over the finish line to where we can archive all this data.

You’ll be able to modify the max base size via a config file variable in SeaTable 5.2.

Our current plan is to release SeaTable 5.2 mid-february 2025.

Thanks for the update! In the meantime, we’ll shuttle rows in and out of Big Data to work on them in chunks.

Thanks for your patience!

If you wish to increase the max base size to > 200MB, please update to SeaTable 5.2 and add the variable base_max_size in dtable_server_config.json.

Great! Thank you.

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