Use VARCHAR() and VARBINARY() to increase column storage without using large object storage mechanisms.
Typically, developers and DBAs think of VARBINARY() and VARCHAR() data as being limited to 255 bytes. IQ supports VARCHAR() and VARBINARY() widths of up to 32K (also known as LONG VARCHAR or LONG VARBINARY). This allows for much larger storage of text or binary data without needing to move into the highly specialized large objects storage mechanism of BLOB/CLOB or IMAGE/TEXT data types.