Hello,
We are encountering significant time delays for bulk update operations on a DataSource for a large number of records. For a simple test case with a simple ListGrid with 1000 records the update of all records takes 5 seconds. In our production application we might even have 10k records which takes about 1 minute which is unacceptable.
Why does it take that much to update the cache? Even without any component connected to the datasource the update for 1000 records still takes 1-2 seconds... And how can this be improved?
Using SmartClient Version: SNAPSHOT_v13.0d_2021-08-21/LGPL Development Only (built 2021-08-21)
Thank you!
We are encountering significant time delays for bulk update operations on a DataSource for a large number of records. For a simple test case with a simple ListGrid with 1000 records the update of all records takes 5 seconds. In our production application we might even have 10k records which takes about 1 minute which is unacceptable.
Why does it take that much to update the cache? Even without any component connected to the datasource the update for 1000 records still takes 1-2 seconds... And how can this be improved?
Using SmartClient Version: SNAPSHOT_v13.0d_2021-08-21/LGPL Development Only (built 2021-08-21)
Thank you!
Comment