Skip to content

Commit

Permalink
variable: set default tidb_auto_analyze_concurrency as 1 (#56226)
Browse files Browse the repository at this point in the history
close #53460
  • Loading branch information
hawkingrei authored Sep 24, 2024
1 parent 58bece3 commit e87affb
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 @@ -1430,7 +1430,7 @@ const (
DefTiDBAnalyzeColumnOptions = "PREDICATE"
DefTiDBMemOOMAction = "CANCEL"
DefTiDBMaxAutoAnalyzeTime = 12 * 60 * 60
DefTiDBAutoAnalyzeConcurrency = 2
DefTiDBAutoAnalyzeConcurrency = 1
DefTiDBEnablePrepPlanCache = true
DefTiDBPrepPlanCacheSize = 100
DefTiDBSessionPlanCacheSize = 100
Expand Down

0 comments on commit e87affb

Please sign in to comment.