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

What will br send when backuping to S3 #1435

Open
leeraya opened this issue Sep 14, 2021 · 1 comment
Open

What will br send when backuping to S3 #1435

leeraya opened this issue Sep 14, 2021 · 1 comment

Comments

@leeraya
Copy link

leeraya commented Sep 14, 2021

Question

I have a table(kv size:34GB).When i use br to backup it locally. The sst file is about 4.4GB.
I just want to know what will br send when the backup target is AWS S3
34GB or 4.4GB ?

@YuJuncen
Copy link
Collaborator

BR would compress the SST files it generated during backing up the KV pairs. Also, BR write the same content to any External Storages(e.g. local, S3, etc..). So the final size would likely be 4.4GB.

BTW, BR has been moved to pingcap/tidb, you can file your issues at there with label component/br so the developers of BR would reply your issue faster. :)

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

No branches or pull requests

2 participants