Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-14629 Performance improvement for Zstd compressed workload
  3. KAFKA-14631

Compression optimization: do not read the key/value for last record in the batch

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Do not read the end of the batch since it contains the key/value for last record. Instead of “skipping” which would lead to decompression, we can simply not read it at all.

      Only applicable for skipIterator.

      Attachments

        Activity

          People

            divijvaidya Divij Vaidya
            divijvaidya Divij Vaidya
            Ismael Juma Ismael Juma
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: