Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.10.0
-
None
Description
Write the column indexes described in PARQUET-922.
This is the first phase of implementing the whole feature. The implementation is done in the following steps:
- Utility to read/write indexes in parquet-format
- Writing indexes in the parquet file
- Extend parquet-tools and parquet-cli to show the indexes
- Limit index size based on parquet properties
- Trim min/max values where possible based on parquet properties
- Filtering based on column indexes
The work is done on the feature branch column-indexes. This JIRA will be resolved after the branch has been merged to master.
Attachments
Issue Links
- blocks
-
PARQUET-1365 Don't write page level statistics
- Resolved
- depends upon
-
PARQUET-922 Add index pages to the format to support efficient page skipping
- Resolved
- is depended upon by
-
PARQUET-1415 Improve logic when to write column indexes
- Open
-
PARQUET-1435 Benchmark filtering column-indexes
- Resolved
- is duplicated by
-
PARQUET-1207 Write index page in parquet file
- Resolved
- relates to
-
PARQUET-1414 Limit page size based on maximum row count
- Resolved
-
PARQUET-1739 Make Spark SQL support Column indexes
- Resolved
- links to