Product Documentation

c-treeRTG COBOL Edition User's Guide

Previous Topic

Next Topic

<rle>

The keycompress rle option indicates to compress the whole key using a simple RLE algorithm. This is the recommended compression that performs well in the majority of cases.

Accepted Values

Value

Effect

Synonyms

yes

Turns on RLE key compression.

y, true, on, 1

no

Turns off RLE key compression.

n, false, off, 0

This option can be specified when the <keycompress vlennod> attribute is disabled:

<keycompress vlennod="yes"><rle>yes</rle></keycompress>

The <rle> and <padding> sub-options are mutually exclusive.

TOCIndex