R
Rob Fitzpatrick
Guest
> Threads of binary dump gets the sub-set of the unique index keys stored in root index block. Binary dump with -index 0 does not use the indexes, so it's not multi-threaded. It is good to know this as "proutil db -C dump table . -threadnum 8 -index 0" won't throw a warning or error. It will just silently do a single-threaded dump. Also, "-index 0" remains undocumented. 
Continue reading...
Continue reading...