clp icon indicating copy to clipboard operation
clp copied to clipboard

On improving the efficiency of CLP compression and decompression

Open lihaoZhang1234 opened this issue 6 months ago • 2 comments

Request

Why can't we fix the template during compression and then compress according to the template, this will improve the efficiency of compression and decompression of CLP. For example, application scenarios: when an enterprise compresses daily logs under the same application, when the template is fixed, there is no need to repeatedly extract the template, and it can be compressed and decompressed directly according to the template, which greatly saves compression time and computational resources.

Possible implementation

Template extraction of an application's logs prior to compression, after which the application's daily logs are compressed directly according to the template.

lihaoZhang1234 avatar Jul 30 '24 03:07 lihaoZhang1234