[Bug 3099] Please parallelize filesystem scan

samba-bugs at samba.org samba-bugs at samba.org
Fri Jul 17 14:37:21 UTC 2015


https://bugzilla.samba.org/show_bug.cgi?id=3099

--- Comment #8 from Chip Schweiss <chip at innovates.com> ---
I would argue that optionally all directory scanning should be made parallel.  
Modern file systems perform best when request queues are kept full.  The
current mode of rsync scanning directories does nothing to take advantage of
this.   

I currently use scripts to split a couple dozen or so rsync jobs in to
literally 100's of jobs.   This reduces execution time from what would be days
to a couple hours every night.   There are lots of scripts like this appearing
on the net because the current state of rsync is inadequate.  

This ticket could reasonably combined with 5124.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.



More information about the rsync mailing list