Feature/personal views optimization
-
Personal View Backup and Restore Feature (878053be) New Feature: Added complete backup and restore mechanism for personal views
-
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.
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.
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.
Hi! Actually, The "Instance Management Optimization" is just the filter I added - simply to prevent crashes caused by empty data.
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.