中国科技大学吴峰光博士的adaptive readahead patch进入2.6.23Linux kernel
Submitted by blackjack on Mon, 01/07/2008 - 21:51.
in
中国科技大学吴峰光博士的adaptive readahead patch进入2.6.23/2.6.24 Linux kernel.
向吴博士致以真诚的敬意。这是让国内所有致力于开源技术研究和推广人士的莫大鼓舞。
下面相关的说明:
2.2. On-demand read-ahead
Click to read a recommended LWN article about on-demand read-ahead
On-demand read-ahead is an attempt to simplify the Adaptive read-ahead patches. On-demand readahead reimplements the Linux readahead functionality, removing a lot of complexity from the current system and making it more flexible. This new system maintains the same performance for trivial sequential/random reads, it improves the sysbench/OLTP MySQL benchmark up to 8%, and performance on readahead thrashing gains up to 3 times. There are more read-ahead patches based in this infrastructure pending and further work could be done in this area as well, so expect more improvements in the future. Detailed design document and benchmarks can be found here.
Code: (commit 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14)
- blackjack's blog
- Login or register to post comments

