Re: [HACKERS] Streaming solution and v3.1 protocol

2011-06-03 Thread Merlin Moncure
On Fri, Jun 3, 2011 at 12:04 PM, Heikki Linnakangas wrote: > On 03.06.2011 19:19, Radosław Smogura wrote: >> >> Hello, >> >> Sorry for short introduction about this, and plese as far as possible, >> disconnet it from LOBs, as it on top of LOB. >> >> Idea of streaming is to reduce memory copy mainl

Re: [HACKERS] Streaming solution and v3.1 protocol

2011-06-03 Thread Heikki Linnakangas
On 03.06.2011 19:19, Radosław Smogura wrote: Hello, Sorry for short introduction about this, and plese as far as possible, disconnet it from LOBs, as it on top of LOB. Idea of streaming is to reduce memory copy mainly during receiving and sending tuples. Currently receive works as follows 1. Re

[HACKERS] Streaming solution and v3.1 protocol

2011-06-03 Thread Radosław Smogura
Hello, Sorry for short introduction about this, and plese as far as possible, disconnet it from LOBs, as it on top of LOB. Idea of streaming is to reduce memory copy mainly during receiving and sending tuples. Currently receive works as follows 1. Read bytes of tuple (allocate x memory). 2. Eve