Giter Site home page Giter Site logo

Comments (6)

ShyamsundarR avatar ShyamsundarR commented on April 27, 2024

Marking this for 3.11 as this is not making into the 3.10 release

from glusterfs.

poornimag avatar poornimag commented on April 27, 2024

The actual feature patch is already part of 3.10 tag[1]. The 3 patches remaining are bug fixes [2] which can be back-ported?. Hence for 3.10 this feature can still go as experimental ?

[1] https://review.gluster.org/#/c/16072/
[2] https://review.gluster.org/#/q/status:open+project:glusterfs+branch:master+topic:bug-1401812

from glusterfs.

ShyamsundarR avatar ShyamsundarR commented on April 27, 2024

I was tracking more than just that review for this issue, hence moved it out. Correcting the same now.

from glusterfs.

poornimag avatar poornimag commented on April 27, 2024

Please review the following release Notes:
Directory enumeration performance improvement (Experimental):
Currently the directory listing gets slower as the number of bricks/nodes increases in a volume, though the file/directory numbers remain unchanged. With this feature, the performance of directory listing is made mostly independent of the number of nodes/bricks in the volume. Thus scale doesn't exponentially reduce the directory listing performance. (On a 2, 5, 10, 25 brick setup we saw ~5, 100, 400, 450% improvement consecutively)
To enable this feature:
# gluster volume set <VOLNAME> performance.readdir-ahead on
# gluster volume set <VOLNAME> performance.parallel-readdir on
To disable this feature:
# gluster volume set <VOLNAME> performance.parallel-readdir off

If there are more than 50 bricks in the volume it is good to increase the cache size to be more than 10Mb (default value):
# gluster volume set <VOLNAME> performance.rda-cache-limit <CACHE SIZE>

from glusterfs.

ShyamsundarR avatar ShyamsundarR commented on April 27, 2024

Feature is part of release-3.10

Release notes updated: https://review.gluster.org/16543

from glusterfs.

ShyamsundarR avatar ShyamsundarR commented on April 27, 2024

@nixpanic why is this moved out of release-3.10 project lane? This was delivered in 3.10? I am marking it back as 3.10, if you are moving it again, drop a note here for clarity. Thanks.

from glusterfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.