-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid concatentating multiple host buffers when reading Parquet (#11911)
Depends upon rapidsai/cudf#17673. Updates the multithreaded Parquet reader to leverage the new multiple host buffers reader interface. This removes the need to concatenate multiple host buffers into a single buffer before decoding the data via the GPU. This also makes it easier to accept "late arrivals" in the multithreaded combine reader after waking up with the GPU semaphore, since we only need to fabricate a new footer to accommodate the additional buffers in the read. --------- Signed-off-by: Jason Lowe <[email protected]>-
- Loading branch information
Showing
6 changed files
with
144 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.