Bug 415348 - [Table] Improve performance for large tables (>10 000 elements)
Summary: [Table] Improve performance for large tables (>10 000 elements)
Status: ASSIGNED
Alias: None
Product: Papyrus
Classification: Modeling
Component: Table (show other bugs)
Version: 0.10.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Vincent Lorenzo CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 476559 562619 562646
Blocks: 414785
  Show dependency tree
 
Reported: 2013-08-19 10:52 EDT by Vincent Lorenzo CLA
Modified: 2020-04-30 04:55 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Lorenzo CLA 2013-08-19 10:52:02 EDT
The big tables are very slow for large models. We need to improve the management of the Notifications in the Axis Manager. 
Currently, we calculate the contents of the table after each notification. A nice enhancement would be to manage the kind of the notifications (Set/Add/Add_Many/Remove, Move, ...) in order to update the contents of the list
instead of calculate it each time.