-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[opt](Nereids) support no-key hint parameter #37720
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
3840f16
to
69cefc1
Compare
run buildall |
TPC-H: Total hot run time: 40072 ms
|
TPC-DS: Total hot run time: 172523 ms
|
ClickBench: Total hot run time: 30.79 s
|
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.
Is it better to add some UT too?
run buildall |
TPC-H: Total hot run time: 40073 ms
|
TPC-DS: Total hot run time: 172888 ms
|
ClickBench: Total hot run time: 30.43 s
|
69cefc1
to
483410e
Compare
run buildall |
TPC-H: Total hot run time: 39852 ms
|
TPC-DS: Total hot run time: 173431 ms
|
ClickBench: Total hot run time: 30.6 s
|
483410e
to
536f79b
Compare
run buildall |
TPC-H: Total hot run time: 40091 ms
|
TPC-DS: Total hot run time: 172807 ms
|
ClickBench: Total hot run time: 30.89 s
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
pick from master apache#37720 support hint use parameter without key, like: ```sql SELECT /*+ query_timeout(3000) */ * FROM t; ```
pick from master apache#37720 support hint use parameter without key, like: ```sql SELECT /*+ query_timeout(3000) */ * FROM t; ```
support hint use parameter without key, like: ```sql SELECT /*+ query_timeout(3000) */ * FROM t; ```
…7989) pick from master apache#37720 support hint use parameter without key, like: ```sql SELECT /*+ query_timeout(3000) */ * FROM t; ```
support hint use parameter without key, like: