![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, fellows I have Informix 7.30.UC10, running on HP Unix. When I put data, larger than 1MB into BYTE column using JDBC driver version 2.21.JC3 (JDK 1.4.2), it takes very long time to finish the operation. For example, if the data is 1MB it takes 23 secs. When I try to put 18MB, the duration of that operation is 440 secs and checkpoint duration in the online.log is 10 secs - is it too long? Did someone face this problem? Any solutions? |
#3
| |||
| |||
|
|
Is the BLOB column stored in a regular dbspace or in a blobspace? Any BLOB data stored in a regular dbspace will go through the buffers . . . JWC |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
I created a blobspace and then created the table again, using the following command: CREATE TABLE BLOBTEST ( ID INTEGER PRIMARY KEY, BLOBCOL BYTE IN BLOBSPACE1 ) But the time needed to write data in this column (blobcol) is the same as previous, when the blobcol was IN TABLE, not in BLOBSPACE1. Am I missing something? Thank you for your time. Georgi Cholakov |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |