Re: [firebird-support] Re: out-of-memory failure with BLOB

2019-01-09 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
09.01.2019 21:41, sdnetw...@gmail.com [firebird-support] wrote: > maybe could be release when it's read by the client May be. But what is read once can be read twice. Because of that you must be very careful with temporary blobs and don't keep transactions opened more than necessary. --

Re: [firebird-support] Re: out-of-memory failure with BLOB

2019-01-09 Thread sdnetw...@gmail.com [firebird-support]
maybe could be release when it's read by the client

Re: [firebird-support] Re: out-of-memory failure with BLOB

2019-01-09 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
09.01.2019 15:04, eric.gueguin...@gmail.com [firebird-support] wrote: > Why blob are not released in this case, why keep blob id ? If you learn Firebird API, you'll see that BLOB's content is requested to client separately. Server cannot predict that this BLOB won't be requested by client