Syntax options:
COMPRESSION IS ENABLED | COMPRESSION IS DISABLED
Specifies whether run-length compression is enabled or disabled
for rows inserted into the declared local temporary table.
In some cases, the data inserted into a local temporary table may
not compress and so incur only overhead in the row. This overhead
is used by Rdb to describe the sequence of uncompressible data.
Use COMPRESSION IS DISABLED to prevent Rdb from attempting the
compression of such data.
The default is COMPRESSION IS ENABLED.