Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-7647

Change Zstandard wrapper to include context management

    • 5
    • Storage - Ra 2021-06-14

      Zstandard seems to perform worse than snappy, which is contradictory to popular belief when the default compressor is changed from snappy to Zstandard.

      The new Zstandard implementation is optimized using context management.

      The Zstandard wrapper doesn't manage the context for compression/decompression which seems to incur an overhead which is making it an unfavourable choice to replace snappy in terms of processing speed.

      The scope of this ticket is to adapt the context management in Zstandard wrapper to improve the processing speed. 

            Assignee:
            vamsi.krishna@mongodb.com Vamsi Boyapati
            Reporter:
            vamsi.krishna@mongodb.com Vamsi Boyapati
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: