Skip to content

Conversation

@shay1bz
Copy link
Collaborator

@shay1bz shay1bz commented Aug 25, 2021

Summary

Adding the option to have Parquet index, instead of Avro btree. This is for batch-only use cases, where fetches are rare or not used at all. In such cases, in large scale, Avro index performance is (or at least should be) inferior to Parquet especially when filtering or projecting columns.

In this implementation the index type (avrobtree/parquet) is stored in the index table props, and fetch throws UnsupportedException under parquet index.

@shay1bz shay1bz requested a review from uzadude August 25, 2021 12:19
This was referenced Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants