Skip to content

Commit c32065e

Browse files
committed
update comment
1 parent f29ca91 commit c32065e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/value_log.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -528,9 +528,10 @@ impl<C: Compressor + Clone> ValueLog<C> {
528528
.map(|x| x.scan())
529529
.collect::<crate::Result<Vec<_>>>()?;
530530

531-
// IMPORTANT: We purposefully don't use compression
532-
// to just pipe the compressed value directly to the new blob file
533-
// without having to pay (de)compression costs
531+
// TODO: 2.0.0: Store uncompressed size per blob
532+
// so we can avoid recompression costs during GC
533+
// but have stats be correct
534+
534535
let reader = MergeReader::new(
535536
readers
536537
.into_iter()

0 commit comments

Comments
 (0)