H
hdaniels
Guest
It is a general solution that also can apply to ABL queries. If you are not batching then sorting the data on the client could be faster than sorting on server. This could be worth trying in in your case, since the overhead seems related to the server joins. I believe the SDO sorts on client if it all data is on the client, but you would need to remove the sort expression from the server request somehow to make this work. .
Continue reading...
Continue reading...