Skip to content

Deleting columns may cause out-of-memory errors with large datasets #2499

@tanapok

Description

@tanapok

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:

  1. Set up a Teable instance with some RAM limit (4GB RAM, for instance).
  2. Create a table and add 20 text columns.
  3. Add over 1 million rows and fill them with data.
  4. Delete a column.
  5. The application crashes and auto reboot (if set to unless-stopped or always).

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions