-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add create, drop and refresh covering index SQL support #32
Add create, drop and refresh covering index SQL support #32
Conversation
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
88ca8dd
to
ad7f353
Compare
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
@@ -10,10 +10,11 @@ A Flint index is ... | |||
|
|||
### Feature Highlights | |||
|
|||
- Skipping Index | |||
- Skipping Index: accelerate data scan by maintaining compact aggregate data structure which includes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be very helpful if u can add a diagram showing the content of the skipping index and how it relates to the original table ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I've created test for doc update. Will add doctest with examples in #28. Thanks!
Description
CREATE/DROP/REFRESH
statement for covering index.TODO
Will publish PR for
SHOW/DESC
statement separately for review convenience.Example
Create covering index with auto refresh enabled and drop it when not needed:
OpenSearch index looks like:
Issues Resolved
#23
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.