LONG VARCHAR and LONG VARBINARY

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.SAP Sybase IQsupports 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.

Related concepts
Indexing
Join Column
Primary Keys
Foreign Keys
Proper Data Type Sizing
Null Values
Unsigned Data Types
Large Object Storage
Temporary Tables
Denormalizing for Performance
UNION ALL Views for Faster Loads
Hash Partitioning