This repository was archived by the owner on Mar 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Fix the comparison results of SQL query vs scan query document #717
Open
pkommoju
wants to merge
40
commits into
futurewei-cloud:master
Choose a base branch
from
pkommoju:fix_sql_scan_comp_doc
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
9645772
Documentation update
pkommoju 183c36a
Apply changes suggested in review
pkommoju 4896515
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju f170e1e
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju bcbf7b1
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju efc5b6e
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju c785697
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju d213c03
Merge branch 'master' of https://github.com/pkommoju/alcor
0f56454
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju 4a2a382
Merge branch 'master' of https://github.com/pkommoju/alcor
pkommoju 7f93fe3
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju 8d6dd0e
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju b19d428
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
kevin-zhonghao 539d0c0
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju 6a9a1c6
Merge branch 'master' of https://github.com/pkommoju/alcor
pkommoju 19430b2
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju 1d7ef7e
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju cd1fec6
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju e57abe4
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju 1b63054
Add missing file
pkommoju fe81008
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju 118dd53
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju 7d9a2e5
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju 3884a44
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju 0b5cd11
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju 3f094be
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju bb777ec
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju c0e8c2d
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju 206abc7
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju fab8a00
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju 69268a3
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju 335b9b8
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju 6a95d98
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju a8fce0e
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju 884412b
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju ea547f7
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju 3e5b025
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju c7a29f1
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju f97e2d0
Fix the performance measurments
pkommoju fa90f5e
Fix more descripancies in SQL and Scan performance results
pkommoju File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
docs/modules/ROOT/pages/performance/sql_and_scan_query_perf_comp.csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| OPERATION TYPE MIN MAX AVG MEDIAN MODE P99 | ||
| SQL_QUERY_EXEC 1.0000 16.0000 1.8739 1.0000 1.0000 1.0000 | ||
| SCAN_QUERY_EXEC 530182.0000 785735.0000 561550.7678 552705.0000 543704.0000 531308.3565 | ||
| SQL_CURSOR_FETCH 0.0000 1.0000 0.6717 1.0000 1.0000 0.0000 | ||
| SCAN_CURSOR_FETCH 0.0000 8.0000 0.1411 0.0000 0.0000 0.0000 | ||
| SQL_INSERT 0.0000 929676278.00 929.676278 0.0 0.0 0.0 | ||
| SCAN_INSERT 0.0000 812451365.00 812.451365 0.0 0.0 0.0 | ||
| OPERATION_TYPE MIN MAX AVG TOTAL MEDIAN MODE P99 | ||
| SQL_EXEC 1.0000 16.0000 1.8739 N/A 1.0000 1.0000 7.0000 | ||
| SCAN_EXEC 530182.0000 785735.0000 561550.0000 N/A 552705.0000 543704.0000 667240.0000 | ||
| SQL_FECTH 0.0000 3.0000 0.7537 N/A 1.0000 1.0000 1.0000 | ||
| SCAN_FETCH 0.0000 8.0000 0.1411 N/A 0.0000 0.0000 3.0000 | ||
| SQL_INSERT 0.0000 N/A 929.6800 929676278.0000 N/A N/A N/A | ||
| SCAN_INSERT 0.0000 N/A 812.4500 812451365.0000 N/A N/A N/A | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.