This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Float32 Dictionary Encoding #777
Labels
feature
A new feature
no-changelog
Issues whose changes are covered by a PR and thus should not be shown in the changelog
Hi,
First of all, awesome library! Way faster than the official parquet crate in my tests. One question--am I right in understanding that there's no support for Float32 dictionary pages?
My situation is that I'm writing a program to create large files of floats with many repeated values, so historically dictionary encoding has been super helpful. The main Parquet crate does support this, but is too slow for my use case.
New to Rust and Parquet, so I may be missing something. Also I'm not committed to using dictionary encoding if there's another way to save space with many repeated float values...
Thank you!
The text was updated successfully, but these errors were encountered: