Get rid of summary files for the indexing and constraints too.
This allows also to entirely remove the need for semaphores to handle concurrency between worker processes, using SQLite insert-or-ignore for concurrency control instead. Also the idea of TablePaths and IndexPaths elements are gone, with the lock files and the done files mechanisms.
parent
5245e0f7
Please register or sign in to comment