Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backupccl: add setting to write files in SQL #66540

Merged
merged 1 commit into from
Jun 16, 2021

Conversation

dt
Copy link
Member

@dt dt commented Jun 16, 2021

This adds a setting -- default off -- to force BACKUP to always ask
KV to return files to SQL to write instead of writing them directly.
This is currently what it does for tenants but not for the system
tenant due to the extra network hop, data copy, cpu and mem overhead.

Release note: none.

This adds a setting -- default off -- to force BACKUP to always ask
KV to return files to SQL to write instead of writing them directly.
This is currently what it does for tenants but not for the system
tenant due to the extra network hop, data copy, cpu and mem overhead.

Release note: none.
@dt dt requested review from nvanbenschoten, miretskiy, a team and nihalpednekar and removed request for a team June 16, 2021 14:48
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@miretskiy miretskiy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @nihalpednekar and @nvanbenschoten)

@dt
Copy link
Member Author

dt commented Jun 16, 2021

TFTRs!

bors r+

@craig
Copy link
Contributor

craig bot commented Jun 16, 2021

Build succeeded:

@craig craig bot merged commit 04e974c into cockroachdb:master Jun 16, 2021
@dt dt deleted the backup-proxy-writes branch June 16, 2021 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants