-
-
Notifications
You must be signed in to change notification settings - Fork 202
[Grid] Implement Self-Healing Row Pooling #9169
Copy link
Copy link
Closed
Labels
aienhancementNew feature or requestNew feature or requestperformancePerformance improvements and optimizationsPerformance improvements and optimizations
Description
Currently, the Grid Row Pool only expands. If a user increases bufferRowRange (creating many rows) and then decreases it, the excess rows remain in memory and the VDOM tree, causing permanent performance degradation.
This task implements "Self-Healing" in createRowPool:
- When
needed < current, destroy excessRowinstances. - Update
itemsandvdom.cn. - Restore optimal performance after buffer reduction.
This complements the fixes in #9168.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
aienhancementNew feature or requestNew feature or requestperformancePerformance improvements and optimizationsPerformance improvements and optimizations