Skip to content

Commit 6e772d3

Browse files
shenlicoocood
authored andcommitted
variable: Enlarge default distsql_scan_concurrency (#5670)
1 parent 384a108 commit 6e772d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sessionctx/variable/tidb_vars.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const (
119119
DefIndexSerialScanConcurrency = 1
120120
DefIndexJoinBatchSize = 25000
121121
DefIndexLookupSize = 20000
122-
DefDistSQLScanConcurrency = 10
122+
DefDistSQLScanConcurrency = 15
123123
DefBuildStatsConcurrency = 4
124124
DefSkipUTF8Check = false
125125
DefOptAggPushDown = false

0 commit comments

Comments
 (0)