Changes between Version 2 and Version 3 of SortingResults


Ignore:
Timestamp:
09/04/18 15:32:01 (6 years ago)
Author:
alisdair
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SortingResults

    v2 v3  
    7171\\ 
    7272\\ 
    73 Sorting is an expensive operation on complex queries especially when the DB is potentially returning hundreds of thousands of results. In the past we have had issues with data providers timing out for these very large queries, especially those which specify a sample time, as they bypass the normal DataProvider limits. Sorting is left to the client to do.   
     73Sorting is an expensive operation on complex queries especially when the DB is potentially returning hundreds of thousands of results. In the past we have had issues with data providers timing out for these very large queries, especially those which specify a sample time, as they bypass the normal Data Provider limits. Sorting is left to the client to do.