Jamie Lokier wrote: >While you're there, one little trick I've found that speeds up >scanning large directory hierarchies is to stat() or open() entries in >inode-number order. For some filesystems it makes no difference, but >for others it reduces the average disk seek time as on many common >filesystems, inode number is related to position on the disk. In >unusual cases I've seen a factor of 10 improvement, but usually it's >just 1-2. > > > The way I see it, if you got that far, then you don't have any problem with the size of the file list.
>-- Jamie > > -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html