Skip to content

Commit

Permalink
Merge pull request cockroachdb#99068 from rhu713/22.2-default-simple-…
Browse files Browse the repository at this point in the history
…import-spans

release-22.2: backupccl: default bulkio.restore.use_simple_import_spans to true
  • Loading branch information
Rui Hu authored Mar 20, 2023
2 parents 2d59152 + b85b178 commit 3a831a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ccl/backupccl/restore_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ var useSimpleImportSpans = settings.RegisterBoolSetting(
settings.TenantWritable,
"bulkio.restore.use_simple_import_spans",
"if set to true, restore will generate its import spans using the makeSimpleImportSpans algorithm",
false,
true,
)

// rewriteBackupSpanKey rewrites a backup span start key for the purposes of
Expand Down

0 comments on commit 3a831a5

Please sign in to comment.