teable icon indicating copy to clipboard operation
teable copied to clipboard

Feature/personal views optimization

Open zhaosonghan123 opened this issue 4 months ago • 4 comments

  1. Personal View Backup and Restore Feature (878053be) New Feature: Added complete backup and restore mechanism for personal views

  2. Instance Management Optimization (65d101fc) Bug Fix: Fixed race condition between bulk deletion (about 10,000+ rows) and table pagination where simultaneous deletion and next page data fetching could cause data retrieval failures leading to crashes. Optimized document filtering logic in instance reducer to handle large-scale operations properly.

zhaosonghan123 avatar Sep 11 '25 03:09 zhaosonghan123

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: gt-zhaosonghan01
:x: gt-wangchengdu
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Sep 11 '25 03:09 CLAassistant

Hi Thank you for your contribution, but it seems that the implementation of the second point "Instance Management Optimization" is not mentioned in the source code.

tea-artist avatar Sep 12 '25 07:09 tea-artist

Hi! Actually, The "Instance Management Optimization" is just the filter I added - simply to prevent crashes caused by empty data.

zhaosonghan123 avatar Sep 15 '25 03:09 zhaosonghan123

Adding a filter is a risky approach as it may hide the underlying data issues and lead to the spread of risks. I suggest not adding this filter and instead, find the underlying causes when the problem is exposed.

tea-artist avatar Sep 15 '25 07:09 tea-artist