Local sorting issue
Posted: Mon 03 Jun 2013 06:18
Hello,
I've been testing TMSQuery component quite extensively since last week because we are considering switching to it form standard Borland ADO controls and we were impressed with the speed those TMS component offers, and we were pretty much decided to buy a site licence until we tested local sorting speed. On 1 000 000 records local sorting on LastName_Name column:
ADODataSet = 9s
TMSQuerry = 44s
it pretty much disqualifies those components form our purchase list.
I have set:
FetchAll = true (so all record are loaded when sorting)
CatchCalcFields = true (as suggested here on forum for faster sorting but the difference in my example is like 2s faster only)
ReadOnly = true (I don't need to edit the main list)
Are these components really so slow on local sorting or do we need to set some properties for this to work?
I've been testing TMSQuery component quite extensively since last week because we are considering switching to it form standard Borland ADO controls and we were impressed with the speed those TMS component offers, and we were pretty much decided to buy a site licence until we tested local sorting speed. On 1 000 000 records local sorting on LastName_Name column:
ADODataSet = 9s
TMSQuerry = 44s
it pretty much disqualifies those components form our purchase list.
I have set:
FetchAll = true (so all record are loaded when sorting)
CatchCalcFields = true (as suggested here on forum for faster sorting but the difference in my example is like 2s faster only)
ReadOnly = true (I don't need to edit the main list)
Are these components really so slow on local sorting or do we need to set some properties for this to work?