Indexing progress

Discussion of open issues, suggestions and bugs regarding LiteDAC (SQLite Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ProvalisResearch
Posts: 7
Joined: Tue 25 Jul 2017 13:53

Indexing progress

Post by ProvalisResearch » Tue 16 Jan 2018 14:51

Bonjour,

After a batch update I perform a “CREATE INDEX …” on the table. Some tables are big and the indexing takes time. Is there any way to get the progress of the indexing that would feed a progress bar?

Thank you for your time.

Pierre

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Indexing progress

Post by MaximG » Wed 17 Jan 2018 07:54

The process of building an index is performed by the SQLite Engine and does not involve returning any data about its state to the external environment. This is SQLite behavior and we cannot affect it.

Post Reply