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 43aeae2 commit 6621819
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +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
// backend need use one instance 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 6621819

Please sign in to comment.