>>Mark thanks. Could you elaborate a bit on why?
>
[quoted text clipped - 8 lines]
> time the data is imported/loaded. Or you load an IXF file to an existing
> table.

Signature
Serge Rielau
DB2 Solutions Development
DB2 UDB for Linux, Unix, Windows
IBM Toronto Lab
Appreciate the input guys!
Spencer
>>> Mark thanks. Could you elaborate a bit on why?
>>
[quoted text clipped - 14 lines]
> filesize, in my experience zip makes up for it by compressing IXF very
> well. We have seen ~50GB/h/CPU LOAD performance.
I've just been looking at a definitions of PC/IXF (version 1) format at:
http://os2ports.com/docs/DB2/db2n0/db2n0147.htm
In the T (table) records, the limits on the IXFTNAML and IXFTQUAL fields
are 18 and 8 - the old limits on table name length and schema name
length. These days (on non-DB2 systems at least - but I think DB2 has
similar limits), the name length can be up to 128 bytes, and the
qualifier (schema) name length can be up to 32 bytes. There's a similar
problem with the length of IXFCNAML in the C (column) records.
Is there a more recent definition of PC/IXF that allows for these longer
identifiers?
The first page of Googling 'ibm db2 ixf format' didn't show much else
that looked promising, but I didn't look at everything.

Signature
Jonathan Leffler #include <disclaimer.h>
Email: jleffler@earthlink.net, jleffler@us.ibm.com
Guardian of DBD::Informix v2005.02 -- http://dbi.perl.org/
PS: Gosh - it is hard work training fingers to type IXF instead of IFX!
Wolfgang Riedel - 30 Jan 2006 09:52 GMT
<snip>
> I've just been looking at a definitions of PC/IXF (version 1) format at:
>
> http://os2ports.com/docs/DB2/db2n0/db2n0147.htm
<snip>
this is quite old (1997) and for ixf version 0001.
You'll find version 0002 f.e. here:
http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.
udb.doc/admin/t0004626.htm
(IXFTNAME 256-BYTE CHARACTER name of data
and
IXFTQUAL 256-BYTE CHARACTER qualifier -
the length fields have an increased size too)
hth
Wolfgang