Uploaded image for project: 'ORC'
  1. ORC
  2. ORC-1264

[C++] Add a writer option to align compression block with row group boundary

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.1.0
    • C++
    • None

    Description

      To reduce unnecessary I/O and decompression when PPD is in effect, we can enforce the compression block to be aligned with the row group boundary. It can help avoid unnecessary I/O and decompression of the filtered row groups before the survived row group within the same compression block. This implementation does not break the format specs and should be transparent to any downstream implementation. The caveat may be worse file size which depends on the data distribution and applied compression algorithm. Therefore we should make it optional and enable it per the user's choice.

      Attachments

        Issue Links

          Activity

            People

              luffyZ Hao Zou
              wgtmac Gang Wu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: