-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #3613: Add fixed-length flag to string read benchmark for Parq…
…uet (#3614) * Add fixed-length flag to string read benchmark for Parquet This PR introduces a fixed-length flag to the string read benchmark to facilitate performance evaluation of Parquet's fixed-length optimization. By enforcing consistent file sizes during the write process, the benchmark can leverage the fixed_size flag when reading, eliminating the need for manual size calculations. This change enables more accurate and efficient performance measurements of the Parquet fixed-length optimization. * Thread through Parquet * Fix short flag naming
- Loading branch information
1 parent
e40150b
commit e727765
Showing
3 changed files
with
43 additions
and
16 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