]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds : optimization functions,get_dirfrags_under, to speed up processing directories... 31123/head
authorsimon gao <simon29rock@gmail.com>
Thu, 24 Oct 2019 13:20:09 +0000 (09:20 -0400)
committersimon gao <simon29rock@gmail.com>
Tue, 26 Nov 2019 12:08:54 +0000 (07:08 -0500)
commiteb30a473ec58266f14734989911bd2a4bfdc6fb7
tree1848e26bdd2fd67bf61ae1426fa759890dd5e181
parent06cc5f4d3ab4dc66851c8a6e1697d8be9818f4c7
mds : optimization functions,get_dirfrags_under, to speed up processing directories with tens of millions of files
  it now takes a long time(about 60ms) to process a frag of dir(have tens of millions of files), when the mds cann't find the frag in memory cache.

Signed-off-by: simon gao <simon29rock@gmail.com>
src/mds/CInode.cc