Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBR should provide the total size of one backup #95
Comments
|
Include this as part of checksum calculation? |
|
You mean platforms integrating with BR want to include this as part of checksum? Not necessarily. |
That's a good feature request! And it would be easy to implement. What we need to do is,
The |
|
I would like to try it ~ If I have some questions, who can I ask for help ? @overvenus |
|
That's so cool! You can always ask me! @fredchenbj |
|
ok, this week I would do some work about this. |
|
The total size is already computed in #249. It just needs to printed somewhere to close this issue. |
In my test , it's already print total size.
|
|
@liangyuanpeng that "total size" is the total uncompressed KV size, not the total (compressed) archive size. |
BR should provide the total size of one backup considering following cases:
Maybe TiKV can return the size of the files it created for each backup to BR and BR calculates the total size from all the TiKVs and writes the size to backup meta.
@kennytm @overvenus @tennix