Skip to content

Commit

Permalink
query_cache_param
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Oct 11, 2024
1 parent d4b5ac1 commit 43aeae2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ protected int degreeOfParallelism(int maxParallel) {
return 1;
}
if (fragment.queryCacheParam != null) {
// backend need use one parallel for one tablet to look up tablet query cache
return maxParallel;
}
if (scanNodes.size() == 1 && scanNodes.get(0) instanceof OlapScanNode) {
Expand Down

0 comments on commit 43aeae2

Please sign in to comment.