是的,S/R 只会发送一次完整文件,之后只发送任何更改。对于图像等二进制文件,任何更改都会重新发送整个文件。对文本文件的任何更改只会发送描述更改所需的最小数据量。
是的,这是做这类事情的好时机。请注意,数据最终仍需要通过 S/R 传输到互联网,但这应该只是一次性的事情。
添加大型图像的最大问题在于后来获取该项目的人(例如一年后),他们现在需要首次下载所有大型图像。显然,如果这也是通过非互联网的 S/R 完成的,那么问题就不会那么大。
Yes, S/R will only send the entire file once and then from then on will only send any changes. For binary files like images, any change will resend the entire file. Any changes to text files will only send the smallest amount of data needed to describe the changes.
Yes, this would be a good time to do these types of things. Note that the data will still need to be S/R’d to the internet at some point, but it should only be a one-time thing.
The biggest issue to adding large images is for anyone who gets the project later (like a year from now) and they now need to download all the large images for the first time. Obviously, if this is done via a non-internet S/R too, then it won’t be that big of a deal.
机器翻译自 English