I have observed a significant discrepancy between the amount of space
used in a long tablespace when using import as compared to load.
Can anyone explain the following?
In an attempt to move data from one table/tablepace to another observed
the following:
Exported lobfile = 291 MB (average 60K / CLOB object)
Amount of space used in large tablespace under four scenarios:
CLOB column defined as Compact:
Using import = 294 MB
Using load = 884 MB
CLOB column defined as Not Compact:
Using import = 413 MB
Using load = 1.2 GB
The large tablespace is defined with
PAGESIZE 4096 and EXTENTSIZE 32
We are operating DB2/UDB version 8.x on AIX 5.x
I may experiment with different page sizes since 4K may not be optimal
for clobs averaging 60K in size.
I find nothing in the LOAD documentation that explains such a
discrepancy. Any insight will be appreciated.
used in a long tablespace when using import as compared to load.
Can anyone explain the following?
In an attempt to move data from one table/tablepace to another observed
the following:
Exported lobfile = 291 MB (average 60K / CLOB object)
Amount of space used in large tablespace under four scenarios:
CLOB column defined as Compact:
Using import = 294 MB
Using load = 884 MB
CLOB column defined as Not Compact:
Using import = 413 MB
Using load = 1.2 GB
The large tablespace is defined with
PAGESIZE 4096 and EXTENTSIZE 32
We are operating DB2/UDB version 8.x on AIX 5.x
I may experiment with different page sizes since 4K may not be optimal
for clobs averaging 60K in size.
I find nothing in the LOAD documentation that explains such a
discrepancy. Any insight will be appreciated.
Comment