forked from xitongsys/parquet-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reduce memory waste of row buffer (xitongsys#439)
* better estimation of the size of decode output buffers * detect whether some encodings support decoding values in place * fix page size * chunk large writes of rows * support configuring the sorting buffer pool * debug page buffer ref count * track stack traces of buffer allocations * fix buffer reference counting * fix backward compatiblity with Go 1.17 * set PARQUETGODEBUG=tracbuf=1 in CI * reduce memory waste of row buffer
- Loading branch information
Achille
authored
Dec 9, 2022
1 parent
97925e3
commit c5ee95a
Showing
2 changed files
with
29 additions
and
52 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