Saurabh Nanda
2019-Feb-09 01:52 UTC
[Samba] 32 seconds vs 72 minutes -- expected performance difference?
> > Define "lots of files" ? What does ls | wc -l say ? >Number of files + directories: # find . | wc -l 2651882 Number of files: # find . -type f | wc -l 1057105 Number of directories: # find . -type d | wc -l 1594777 -- Saurabh.
Saurabh Nanda
2019-Feb-11 03:59 UTC
[Samba] 32 seconds vs 72 minutes -- expected performance difference?
Does anyone have any idea about this? On Sat, Feb 9, 2019 at 7:22 AM Saurabh Nanda <saurabhnanda at gmail.com> wrote:> Define "lots of files" ? What does ls | wc -l say ? >> > > Number of files + directories: > > # find . | wc -l > 2651882 > > Number of files: > > # find . -type f | wc -l > 1057105 > > Number of directories: > > # find . -type d | wc -l > 1594777 > > -- Saurabh. >-- http://www.saurabhnanda.com
Rowland Penny
2019-Feb-11 08:25 UTC
[Samba] 32 seconds vs 72 minutes -- expected performance difference?
On Mon, 11 Feb 2019 09:29:50 +0530 Saurabh Nanda via samba <samba at lists.samba.org> wrote:> Does anyone have any idea about this? > > > On Sat, Feb 9, 2019 at 7:22 AM Saurabh Nanda <saurabhnanda at gmail.com> > wrote: > > > Define "lots of files" ? What does ls | wc -l say ? > >> > > > > Number of files + directories: > > > > # find . | wc -l > > 2651882 > > > > Number of files: > > > > # find . -type f | wc -l > > 1057105 > > > > Number of directories: > > > > # find . -type d | wc -l > > 1594777 > > > > -- Saurabh. > > > >Try removing this: case sensitive = yes For reasons, read 'man smb.conf' Rowland
Possibly Parallel Threads
- 32 seconds vs 72 minutes -- expected performance difference?
- 32 seconds vs 72 minutes -- expected performance difference?
- 32 seconds vs 72 minutes -- expected performance difference?
- 32 seconds vs 72 minutes -- expected performance difference?
- 32 seconds vs 72 minutes -- expected performance difference?