otel-arrow icon indicating copy to clipboard operation
otel-arrow copied to clipboard

Optimize unstructured log representation

Open lquerel opened this issue 1 year ago • 0 comments

Logs that are unstructured (meaning log records with content entirely in a string format) can benefit from optimization techniques like those detailed in the paper "CLP: Efficient and Scalable Search on Compressed Text Logs." There are other papers addressing the same topic. Incorporating these optimization methods could significantly enhance the compression ratio for such log streams.

lquerel avatar Aug 22 '23 21:08 lquerel