-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description:
Deleting a column can lead to out-of-memory errors when working with large datasets, which ultimately causes Teable to crash. In my case, the table contains about 2 million rows, with only some text columns and no formulas or links.
To Reproduce:
Steps to reproduce the behavior:
- Set up a Teable instance with some RAM limit (4GB RAM, for instance).
- Create a table and add 20 text columns.
- Add over 1 million rows and fill them with data.
- Delete a column.
- The application crashes and auto reboot (if set to
unless-stoppedoralways).
Expected behavior:
The column should be deleted successfully.
Client information:
- OS: macOS 26.2
- Browser: Firefox 147.0.2 (aarch64)
Platform:
- docker-standalone
- App version: 0.5.0-alpha+1.10.0-build.840
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working