-
Notifications
You must be signed in to change notification settings - Fork 0
How Encodings Work
Selfeer edited this page Nov 26, 2024
·
1 revision
Encodings are set automatically by the writer for each column. Despite that the user can can choose to disable ro enable
DICITIONARY
encoding for the whole file by specifying the value for dictionary_encoding
in the options.
"options": {
"dictionary_encoding": "true",
}
The encodings change based on the writerVersion
. Read more in the Choosing the Writer Version
Developed and maintained by the Altinity team.
- Home
- Parquet File Name
- Options of the File
- File Compression
- Writer Version
- Row and Page Size
- Bloom Filter
- Configure with Hadoop
- Integer Columns
- Unsigned Integer Columns
- UTF8 Columns
- Decimal Columns
- Date Columns
- Time and Timestamp Columns
- JSON and BSON Columns
- String Columns
- Enum Columns
- UUID Columns
- Float16 Column
- Array Columns
- Nested Array Columns
- Tuple Columns
- Nested Tuple Columns
- Schema Types
- Encodings
- File Encryption
- Extra Metadata Entries