clp
clp copied to clipboard
On improving the efficiency of CLP compression and decompression
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.