是的,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