Commit 7ad9e3a
mm: Disable readahead by default
An article from 2014 (old but relevant) discussed the impact of
readahead on flash storage and its effects on SQLine and DBMS
performance. What was discovered was that turning off readahead could
improve performance and power consumption by 70% (sequential; 60% for
random).
https://www.semanticscholar.org/paper/Revisiting-read-ahead-efficiency-for-raw-NAND-flash-Olivier-Boukhobza/297f3d189dcd9b099f8f6b5fbc7e304db395a683
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>1 parent ac573b2 commit 7ad9e3a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2161 | 2161 | | |
2162 | 2162 | | |
2163 | 2163 | | |
2164 | | - | |
2165 | | - | |
| 2164 | + | |
| 2165 | + | |
2166 | 2166 | | |
2167 | 2167 | | |
2168 | 2168 | | |
| |||
0 commit comments