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 - environment vars
BASEROW_ROW_PAGE_SIZE_LIMIT=“5000”
BATCH_ROWS_SIZE_LIMIT=“5000”
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?
not sure how to reproduce the issue - I have a large table imported from another instance, which started running very slow after import and it is not possible to add new columns from a view with some columns hidden. renaming is either impossible or takes very long time (60+ seconds) in all views.
logs show this:
[POSTGRES][2025-03-10 19:58:01] 2025-03-10 19:57:53.334 UTC [356] LOG: checkpoint starting: wal
[POSTGRES][2025-03-10 19:58:01] 2025-03-10 19:58:01.841 UTC [356] LOG: checkpoint complete: wrote 536 buffers (3.3%); 0 WAL file(s) added, 35 removed, 18 recycled; write=4.091 s, sync=3.520 s, total=8.507 s; sync files=432, longest=0.280 s, average=0.009 s; distance=863321 kB, estimate=863321 kB
[POSTGRES][2025-03-10 19:58:01] 2025-03-10 19:58:01.841 UTC [356] LOG: checkpoints are occurring too frequently (8 seconds apart)
[POSTGRES][2025-03-10 19:58:01] 2025-03-10 19:58:01.841 UTC [356] HINT: Consider increasing the configuration parameter “max_wal_size”.