Skip to content

Commit

Permalink
Merge pull request #97724 from cockroachdb/blathers/backport-release-…
Browse files Browse the repository at this point in the history
…22.2-97642

release-22.2: sqlstats: increase default value for deleted rows
  • Loading branch information
maryliag authored Feb 27, 2023
2 parents 932ff9a + fd3f89d commit 200c7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/sqlstats/persistedsqlstats/cluster_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ var CompactionJobRowsToDeletePerTxn = settings.RegisterIntSetting(
settings.TenantWritable,
"sql.stats.cleanup.rows_to_delete_per_txn",
"number of rows the compaction job deletes from system table per iteration",
1024,
10000,
settings.NonNegativeInt,
)

0 comments on commit 200c7d8

Please sign in to comment.