Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PROPOSAL]: Index view support #186

Open
sezruby opened this issue Oct 7, 2020 · 0 comments
Open

[PROPOSAL]: Index view support #186

sezruby opened this issue Oct 7, 2020 · 0 comments
Labels
proposal This is the default tag for a newly created design proposal untriaged This is the default tag for a newly created issue

Comments

@sezruby
Copy link
Collaborator

sezruby commented Oct 7, 2020

This is an Uber issue to track Index view support. Please note that there is no specific plan for this yet.

Describe the problem
Currently, Hyperspace only allows to create an index on a relation node.
To move forward, we could support Index view which means index creation on an arbitrary logical plan.

Things to consider

  • represent the source plan in index log entry file & re-generate the plan for refresh
    • class level serialization/deserialization is not compatible across different Spark versions.
    • SQL string can be an option
  • Hybrid scan support
  • code cleanup

Related issues

Describe your proposed solution
TBD

Describe alternatives you've considered
TBD

Additional context
TBD

@sezruby sezruby added proposal This is the default tag for a newly created design proposal untriaged This is the default tag for a newly created issue labels Oct 7, 2020
@sezruby sezruby changed the title Index view support [PROPOSAL]: Index view support Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal This is the default tag for a newly created design proposal untriaged This is the default tag for a newly created issue
Projects
None yet
Development

No branches or pull requests

1 participant