Hi,
When showing a cubegrid, display time seems to increase significantly and exponentialy based on the number of distinct facet values and not on the total number of records.
We seem to encounter issues whenever the number of values of a single facet goes over a few thousands and this leads the grid to take a few minutes to display...
For instance, a 3000x3 grid takes much longer to display than a 300x30 grid.
We're using a valid RestDataSource that provides records which works and does not seem to induce any bottleneck here. And once the grid is displayed, lazy loading works quite well.
I did not provide a complete example as this would require having a complete valid DataSource, and I think it is a global issue of the component ? I still attached a sample client grid usage example.
Can you tell us if this is related to the component itself and if there's a way to improve display time ?
SmartGWT 3.1p Power Edition / GWT 2.5
SmartClient Version: v8.3p_2013-03-13/PowerEdition Deployment (built 2013-03-13)
Chrome (latest), Chromium (latest), Firefox (latest)
When showing a cubegrid, display time seems to increase significantly and exponentialy based on the number of distinct facet values and not on the total number of records.
We seem to encounter issues whenever the number of values of a single facet goes over a few thousands and this leads the grid to take a few minutes to display...
For instance, a 3000x3 grid takes much longer to display than a 300x30 grid.
We're using a valid RestDataSource that provides records which works and does not seem to induce any bottleneck here. And once the grid is displayed, lazy loading works quite well.
I did not provide a complete example as this would require having a complete valid DataSource, and I think it is a global issue of the component ? I still attached a sample client grid usage example.
Can you tell us if this is related to the component itself and if there's a way to improve display time ?
SmartGWT 3.1p Power Edition / GWT 2.5
SmartClient Version: v8.3p_2013-03-13/PowerEdition Deployment (built 2013-03-13)
Chrome (latest), Chromium (latest), Firefox (latest)
Comment