Subject | Re: Blob Performance hints? |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-05-08T18:53:02Z |
Hi,
~2-2.5 MB/s on big chunks of data.
length you specify in connection params.
Check if ResultSet.getBytes(int) works faster (only as a test).
Regards,
Roman
> I'm working on a servlet that stores and reads blobs from FirebirdWhat exactly throughput you get? I would expect something around
> using Jaybird. All is working OK, except the speed of retrieving
> the blobs seems very slow compared to a write.
>
> Anybody have any hints on how to improve performance?
~2-2.5 MB/s on big chunks of data.
> Should Iincrease the initial size of the byte array and/or match itShould not be an issue. FBBlob uses BufferedInputStream with buffer
> to multiples of the block size of the blob's database?
length you specify in connection params.
Check if ResultSet.getBytes(int) works faster (only as a test).
Regards,
Roman