bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why is `find -name '*.txt'` much slower than '*.txt' on glusterfs?


From: Peng Yu
Subject: Re: Why is `find -name '*.txt'` much slower than '*.txt' on glusterfs?
Date: Sat, 27 Jan 2018 17:45:28 +0000

>
>
> glusterfs doesn't provide D_TYPE information:
>
> getdents(4, {{d_ino=10054722685526780333, ..., d_type=DT_UNKNOWN} ...
>
> Nevertheless, it is strange that find calls newfstatat() also
> in the case of "-maxdepth 1" - it shouldn't need to.


Should this be considered as a performance bug of 'find'?

> --
Regards,
Peng


reply via email to

[Prev in Thread] Current Thread [Next in Thread]