Skip to content

Conversation

@shay1bz
Copy link
Collaborator

@shay1bz shay1bz commented Mar 18, 2024

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.

2 participants