Displaying 2 results from an estimated 2 matches for "bb428fb7".
2019 Sep 26
0
samba performance when writing lots of small files
....
>
>
--
Stefan Kania
hkp://subkeys.pgp.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/samba/attachments/20190926/bb428fb7/signature.sig>
2019 Sep 25
2
samba performance when writing lots of small files
hi there,
running a simple test like
time for s in $(seq 0 9999); do echo hello > world-$s; done
takes a little more than a minute on a locally mounted test share on our
samba server. the same test finishes in about 5 seconds when it is run
on the server's file system, without samba.
i understand that dealing with many small files isn't exactly the sweet
spot of any (networked) file