Gregory Stark napsal(a):
> "Simon Riggs" <simon(at)2ndquadrant(dot)com> writes:
>
> I wonder how hard it would be to shove the clog into regular shared memory
> pages and let the clock sweep take care of adjusting the percentage of shared
> mem allocated to the clog versus data pages.
I tried to use memory mapped files (mmap) for clog and I think it should be also
possible way. I got about 2% better performance, but it needs more testing.
Zdenek