Im using multiple locates on a large amount of data, locate does not require an index to function. But would it be faster if I do have one?
Im using delphi.
Im using multiple locates on a large amount of data, locate does not require an index to function. But would it be faster if I do have one?
Im using delphi.
Datasets are mostly abstract. It will depend on the underlying implementation what exactly happens when you call the locate method.
That being said, nearly every implementation that I know will use indexes (including DBF ones)