Uploaded image for project: 'Parquet'
  1. Parquet
  2. PARQUET-589

Implement Chunked InMemoryInputStream for better memory usage

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • cpp-1.0.0
    • parquet-cpp
    • None

    Description

      Parquet-cpp when creating a Column Reader, reads the entire source into a buffer, which is then passed to the InMemoryInputStream. This prohibits reading multiple large parquet files simultaneously. The scope of this JIRA is to implement an InputStream that does not require the entire source to be read.

      Attachments

        Activity

          People

            mdeepak Deepak Majeti
            mdeepak Deepak Majeti
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: