We are migrating Informix database to Oracle database. The Informix database has some Images and large text files which are migrated to Oracle successfully.
But, when we are trying to retrieve the images from the Oracle database, it is taking more time (10%) when compared with Informix database.
Please let us know how can we improve this performance of retrieving BLOB data.
Just to add this, we are testing the performance of the select statement through a Java application. And below are the details of the Table (with storage parameters).
Please note that the BLOB is moved to a seperate tablespace for better performance. The Block Size for BLOB is increased from 8K to 16K and also the Chunk size of Tablespace for images is set to 32K and CACHE is set. We had done these changes to improve BLOB insertion, and the results of BLOB insertion after doing these changes is amazing as it is taking less than 10 milli seconds for inserting images.
Bookmarks