RLE (Run Length Encoding)

<< Replication | IBExpert Glossary | Role >>

Run-length encoding (RLE) is a very simple form of data compression in which runs of data (that is, sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value and count, rather than as the original run. This is most useful on data that contains many such runs: for example, relatively simple graphic images such as icons, line drawings, and animations. It is not useful with files that don't have many runs as it could potentially double the file size.

Source: https://www.wikipedia.org

See also:
Firebird Internals: Record data

back to top of page
<< Replication | IBExpert Glossary | Role >>