Value | Effect | Synonyms |
---|---|---|
yes | Turns on key compression combining both leading character and padding compression. This provides the maximum key compression. | y, true, on, 1 |
no | Turns off key compression. | n, false, off, 0 |
Option | Description |
---|---|
<leading> | Indicates to compress the leading characters of key values. |
<padding> | Indicates to compress the padding characters of key values. |
<rle> | Indicates to use RLE compression algorithm. |
Attribute | Description | Default value |
---|---|---|
vlennod | Use the new RLE compression or the legacy LEADING compression. Values: "yes" : Enable RLE, disable LEADING. "no" : Disable RLE, enable LEADING. | yes |
<keycompress>yes</keycompress> |
<keycompress> <padding>yes</padding> <keycompress> |