Skip to content

Commit

Permalink
*: set default tidb_analyze_partition_concurrency as 2 (pingcap#47548)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Oct 11, 2023
1 parent 04c63ce commit 96940e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sessionctx/variable/tidb_vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,7 @@ const (
DefTiDBRcWriteCheckTs = false
DefTiDBForeignKeyChecks = true
DefTiDBOptAdvancedJoinHint = true
DefTiDBAnalyzePartitionConcurrency = 1
DefTiDBAnalyzePartitionConcurrency = 2
DefTiDBOptRangeMaxSize = 64 * int64(size.MB) // 64 MB
DefTiDBCostModelVer = 2
DefTiDBServerMemoryLimitSessMinSize = 128 << 20
Expand Down

0 comments on commit 96940e7

Please sign in to comment.