I'm using SmartGWT 4 LGPL with various browsers.
I have a ListGrid with a fairly large data set (7471 rows, 15 columns) and I have users that want to group this data on a column that only contains about 10% duplicates. Depending on system speed, the grouping operation can take from 6 minutes (very fast machine) to 30+ minutes (typical end user's machine)
Is it even reasonable to expect this to be performant?
I have a ListGrid with a fairly large data set (7471 rows, 15 columns) and I have users that want to group this data on a column that only contains about 10% duplicates. Depending on system speed, the grouping operation can take from 6 minutes (very fast machine) to 30+ minutes (typical end user's machine)
Is it even reasonable to expect this to be performant?