[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gluster-devel] gluster performance/readdir-ahead feature
From: |
Brian Foster |
Subject: |
[Gluster-devel] gluster performance/readdir-ahead feature |
Date: |
Fri, 09 Aug 2013 10:16:43 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 |
Hi all,
I've updated the wiki page to propose the readdir-ahead feature for
inclusion into gluster 3.5:
http://www.gluster.org/community/documentation/index.php/Planning35
The readdir-ahead feature is a simple translator to try and improve
performance for sequential directory reads (test data available in the
commit log). The initial version basically preloads directory content on
opendir() in anticipation of a single-threaded, sequential directory
read. In all other cases the translator expects to bow out of the way.
Future versions might incorporate more flexible/dynamic read-ahead,
caching behavior for repeated reads, etc.
The latest posted version is available here:
http://review.gluster.org/#/c/4519/
Thoughts, reviews and flames welcome.
Brian
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gluster-devel] gluster performance/readdir-ahead feature,
Brian Foster <=