-
Notifications
You must be signed in to change notification settings - Fork 141
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
Create materialized view on external table #1407
Labels
Comments
Do we have a standard for creating "internal" or "plugin" indices?
|
For internal indices, there is hidden or system index in OpenSearch. In our case, MV data maybe regular index. |
Proof of ConceptsSetupPlease refer to #1379 (comment) Cleanup
Test with ALB LogsGeneral Case: MV with Aggregation for Log-to-Metric Transformation
Special Case: MV as Covering Index (Streaming Raw Data into OpenSearch Index)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem?
In #1379, we've verified query acceleration capability and maintainance of secondary index. This issue will focus on materialized view implementation.
What solution would you like?
Will work on the following task for prototype, demo and development afterwards:
What alternatives have you considered?
Alternative solution and reference for this work:
Do you have any additional context?
Please find more details in:
The text was updated successfully, but these errors were encountered: