Create in-memory index ? #6005
-
|
Hello, this might be a stupid question but is it possible to create an in-memory index on a table? Obviously the purpose would be to improve searches / ordering. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
jaylmiller
Apr 23, 2023
Replies: 1 comment 1 reply
-
|
You can implement your own |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Jefffrey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can implement your own
TableProviderto do this. I don't believe this is built in to any of theTableProviders that ship with DataFusion. Checkout https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/custom_datasource.rs