Page 1 of 1

Indexing progress

Posted: Tue 16 Jan 2018 14:51
by ProvalisResearch
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

Re: Indexing progress

Posted: Wed 17 Jan 2018 07:54
by MaximG
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.