Re: smart cache. ist is possible?

From: Dave Chinner
Date: Sun Mar 15 2009 - 18:23:20 EST


On Sun, Mar 15, 2009 at 04:28:55PM +0100, Alexey Fisher wrote:
> Hallo all.
> I found for my self how great is cache in linux. If read one file from
> disk, so i don't need to do it second time, chace will do the job. It
> speed up thing greatly. But i found it not working with realy big files.
> Like i have 4GB RAM, so if i read a file like 4.6GB, cache won't work.
> Is it possible to have some sort of smart cache wich will read for
> exaplme 1GB from disk and other part from cache?

You're asking for a cache algorithm that can predict the future.
i.e. which bit of that file that is larger than memory is going
to be reused in 10s time?

If you find an algorithm that can tell you this, please let me
know so I can use it to build a flux capacitor. ;)

Cheers,

Dave.
--
Dave Chinner
david@xxxxxxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/