Fastest DataSet scenarion

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
krshin
Posts: 14
Joined: Wed 21 Mar 2007 11:29

Fastest DataSet scenarion

Post by krshin » Thu 12 Feb 2015 12:17

Hello,

I need to have one dataset (UniQuery, UniTable, ...) which will fetch all data from database, and just use for searching (Locate, FindNearest, ...) no return data, no updates, no nothing like that. But! I need fastest way to fetch data into which dataset component i which is bes and fastest search criteria (for example I have 5 fields name, office, street, city and zip) and user can enter any of data (for example 'NewYork') my procedure check is this name if not is this office if not is this city and bingo if it find that it is a city to position dataset on first match record and sort by that field.
Dataset should have in some cases more than 25.000 records :roll:

Thanks in advance...

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: Fastest DataSet scenarion

Post by azyk » Fri 13 Feb 2015 12:40

To provide the fastest data fetching from the database to the dataset and navigation through the dataset using UniDAC, please see our recommendations in the article: http://www.devart.com/unidac/docs/index ... rmance.htm . If you have any specific issues after reading the article, please ask them - and we will answer you.

Post Reply