Open marcmk6 opened 2 years ago
--db-load-mode
won't help in this case. The parameter handles loading of precomputed indices of (search) databases. Normally, we don't use precomputed indices for clustering.
Ideally the tmp
folder should be on a local drive, that's the only optimization you can reasonably do.
Hi,
I'm running
linclust
on a cloud instance with network file systems. I'm wondering which--db-load-mode
should I use to alleviate the I/O bottleneck of NFS.Thanks