Closed forman closed 9 months ago
Indexing by nckcidx sync is currently done sequentially file-by-file. Better runtime performance could potentially be achieved by parallel processing using multiple threads or processes.
nckcidx sync
We now use SmosDirectCatalog by default, SmosIndexCatalog may be deprecated in the future. Reopen this issue, if we decide something different later.
SmosDirectCatalog
SmosIndexCatalog
Indexing by
nckcidx sync
is currently done sequentially file-by-file. Better runtime performance could potentially be achieved by parallel processing using multiple threads or processes.