aaron6187 / compcache

Automatically exported from code.google.com/p/compcache
0 stars 0 forks source link

Need help with compcache #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello.
Sorry if I ask question in wrong place.

Does compcache still supports page-cache compression ?
If not - is it possible, maybe with some tricks (no matter how hard), to do
so ?

I need this for large Mysql MyISAM database. It uses buffer space for index
only, and there is no data cache. It relies on page cache for data. If only
it was possible to compress file (page) cache ..

Original issue reported on code.google.com by billludw...@gmail.com on 17 Jun 2009 at 7:28

GoogleCodeExporter commented 8 years ago
Currently there is no way to do page-cache compression.

Original comment by nitingupta910@gmail.com on 18 Jun 2009 at 3:47

GoogleCodeExporter commented 8 years ago
What about placing the files onto tmpfs or other ram backed filesystem? I think 
tmpfs
can be swapped out, wouldn't compcache compress at least those parts then?

Original comment by aceli...@atlas.sk on 22 Jun 2009 at 3:14

GoogleCodeExporter commented 8 years ago
> What about placing the files onto tmpfs or other ram backed filesystem? I 
think
tmpfs can be swapped out, wouldn't compcache compress at least those parts then?

Oh yes, compcache will compress pages swapped out of tmpfs.

Original comment by nitingupta910@gmail.com on 22 Jun 2009 at 3:32

GoogleCodeExporter commented 8 years ago

Original comment by nitingupta910@gmail.com on 20 Jul 2009 at 5:36