From 81a832cc77bffe1f3bf8be8e317fa331b892d02b Mon Sep 17 00:00:00 2001 From: Jack Luo Date: Sat, 11 Jan 2025 01:34:04 +0800 Subject: [PATCH] Update README.md Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9023e90f3..b40b3b38b 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ features: - **Real-time Compression with CLP Logging Libraries**: CLP provides logging libraries for [Python][clp-loglib-py] and Java ([Log4j1][log4j1-appenders], [Log4j2][log4j2-appenders] and [Logback][logback-appenders]). The logging libraries compress logs in real-time, so only - compressed logs are written to disk or transmitted over the network. The compressed logs use - CLP's intermediate representation (IR) format which achieves a higher compression ratio than - general purpose compressors like Zstandard. Compressing IR into archives can further double the + compressed logs are written to disk or transmitted over the network. The compressed logs use CLP's + intermediate representation (IR) format which achieves a higher compression ratio than general + purpose compressors like Zstandard. Compressing IR into archives can further double the compression ratio and enable global search, but this requires more memory usage as it needs to buffer enough logs. More details on IR versus archives can be found in this [Uber Engineering Blog][uber-blog].