Subject | Writing to BLOB |
---|---|
Author | marx_sk |
Post date | 2004-12-20T22:24:28Z |
Hi,
I'm trying to store files into database and it works. But I have
problem that it is too slow (read 300kb/s, write 170kb/s). I tried to
use larger segment of BLOB (80b vs 4096b) but only speed for reading
raise to 316kb/s. It is possible to have it faster? I'm using C API
and reading/writing to blob using isc_get_segment/isc_put_segment. Do
u have any pointers? I believe that on my computer it should be faster
(exactly much more faster :) P4 3GHz/2GB RAM)
thx
I'm trying to store files into database and it works. But I have
problem that it is too slow (read 300kb/s, write 170kb/s). I tried to
use larger segment of BLOB (80b vs 4096b) but only speed for reading
raise to 316kb/s. It is possible to have it faster? I'm using C API
and reading/writing to blob using isc_get_segment/isc_put_segment. Do
u have any pointers? I believe that on my computer it should be faster
(exactly much more faster :) P4 3GHz/2GB RAM)
thx