Antonio Rodriges <antonio(dot)rrz(at)gmail(dot)com> wrote:
> PostgreSQL is implemented mostly in C, so I do not know whether it
> needs to use special procedure calls, however this is true, for
> example, for Java
> http://www.ibm.com/developerworks/library/j-zerocopy/
After scanning that I'm inclined to think that the only place that
zerocopy techniques might make sense is in the context of BLOBs.
That's not currently happening, and not on anyone's radar as far as
I know.
-Kevin