Messages in this thread |  | | Date | Mon, 10 Sep 2001 19:39:15 -0300 (BRST) | From | Rik van Riel <> | Subject | Re: linux-2.4.10-pre5 |
| |
On Mon, 10 Sep 2001, Linus Torvalds wrote:
> (Ugly secret: because I tend to have tons of memory, I sometimes do > > find tree1 tree2 -type f | xargs cat > /dev/null
This suggests we may want to do agressive readahead on the inode blocks.
They are small enough to - mostly - cache and should reduce the amount of disk seeks quite a bit. In an 8 MB block group with one 128 byte inode every 8 kB, we have a total of 128 kB of inodes...
regards,
Rik -- IA64: a worthy successor to the i860.
http://www.surriel.com/ http://www.conectiva.com/ http://distro.conectiva.com/
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |