Skip to content

add parquet index#88

Open
shay1bz wants to merge 7 commits into
release/0.5from
parquet_index_0.5.3
Open

add parquet index#88
shay1bz wants to merge 7 commits into
release/0.5from
parquet_index_0.5.3

Conversation

@shay1bz

@shay1bz shay1bz commented Mar 18, 2024

Copy link
Copy Markdown
Collaborator

Summary

Re-implement #28:

Adding the option to store the index table as Parquet of Avro btree. This is for batch-only use cases, where Avro index performance is 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 when the underlying index format is Parquet

How was it tested?

TestAvroIndexManager changed to abstract, with two implementations: (1) with the regular Avro btree index, and (2) with parquet index

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.

1 participant