dominicqi opened a new pull request #4863:
URL: https://github.com/apache/skywalking/pull/4863
Please answer these questions before submitting pull request
- Why submit this pull request?
- [x] Improve performance
- Related issues
___
### New feature or improvement
- Describe the details and related test reports.
1. Use FilterContext replace QueryContext.(reduce scoring cost and use
filter cache)
2. reduce query index scope
- range query use `multiple indices` `ignore_unavailable` params ignore
missing or closed index
- traceId query get the trace start time (got in #4353). add one
more(next) index to query.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]