Skip to content

Commit

Permalink
variable: set default tidb_build_stats_concurrency 2 (#47678)
Browse files Browse the repository at this point in the history
close #47685
  • Loading branch information
hawkingrei committed Oct 17, 2023
1 parent 5ac13d9 commit 91a8023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sessionctx/variable/tidb_vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ const (
DefIndexJoinBatchSize = 25000
DefIndexLookupSize = 20000
DefDistSQLScanConcurrency = 15
DefBuildStatsConcurrency = 4
DefBuildStatsConcurrency = 2
DefBuildSamplingStatsConcurrency = 2
DefAutoAnalyzeRatio = 0.5
DefAutoAnalyzeStartTime = "00:00 +0000"
Expand Down

0 comments on commit 91a8023

Please sign in to comment.