Re: [fpc-pascal] IBConnection blobsegmentsize irrelevant & performance

2011-11-20 Thread Graeme Geldenhuys
On 20/11/2011, Michael Van Canneyt wrote: > > Well, if Ann Harrison herself says it's irrelevant, then yes. > I suspect it would indeed give a serious performance boost :) Showing my ignorance by not knowing who Ann Harrison was, I Google'd her. I found this post on the Firebird website. A bit of

Re: [fpc-pascal] IBConnection blobsegmentsize irrelevant & performance

2011-11-19 Thread Michael Van Canneyt
On Sat, 19 Nov 2011, Reinier Olislagers wrote: Hi list, The Firebird/Interbase ibconnection.pp code has this code in its SetParameters procedure to upload blobs in segments (BlobSegmentSize property is set to 80 on object creation): while BlobBytesWritten < (BlobSize-BlobSegmentSize) do

[fpc-pascal] IBConnection blobsegmentsize irrelevant & performance

2011-11-19 Thread Reinier Olislagers
Hi list, The Firebird/Interbase ibconnection.pp code has this code in its SetParameters procedure to upload blobs in segments (BlobSegmentSize property is set to 80 on object creation): while BlobBytesWritten < (BlobSize-BlobSegmentSize) do begin isc_put_segment(@FStatus[0],