-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Draft] Query Insight Plugin with Top Queries feature #11506
Conversation
❕ Gradle check result for cd805a2: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
❌ Gradle check result for 3b566be: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 8309af2: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 9675c7a: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
bfd7e93
to
52218a6
Compare
❕ Gradle check result for 52218a6: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
46b26b4
to
f211425
Compare
❌ Gradle check result for f211425: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Chenyang Ji <[email protected]>
Signed-off-by: Chenyang Ji <[email protected]>
Signed-off-by: Chenyang Ji <[email protected]>
Signed-off-by: Chenyang Ji <[email protected]>
Signed-off-by: Chenyang Ji <[email protected]>
Signed-off-by: Chenyang Ji <[email protected]>
Signed-off-by: Chenyang Ji <[email protected]>
❕ Gradle check result for fba0556: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
This PR is stalled because it has been open for 30 days with no activity. |
Description
(parent RFC: #11186)
This PR implements the basic query insight framework and the "top N queries by latency" feature using this generic framework. More specifically, this PR includes:
How to use the API:
returns
Load Tests
~70 Load tests are performed using the
nyc_taxis
workload on different combinations of window sizes and top n values. No performance impact identified. Here are detailed benchmark results.Feature off (Baseline)
n=10, window size = 10 minutes
n=50, window size = 10 minutes
n=100, window size = 10 minutes
n=10, window size = 60 minutes
n=50, window size = 60 minutes
n=100, window size = 60 minutes
Related Issues
Resolves #11295 #11296
Check List
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.