Sim, o S/R enviará o arquivo inteiro apenas uma vez e, a partir de então, enviará apenas as alterações. Para arquivos binários, como imagens, qualquer alteração reenviará o arquivo inteiro. Alterações em arquivos de texto enviarão apenas a menor quantidade de dados necessária para descrever as alterações.
Sim, esse seria um bom momento para fazer esse tipo de coisa. Observe que os dados ainda precisarão ser S/R’d para a internet em algum momento, mas deve ser algo de uma única vez.
O maior problema ao adicionar imagens grandes é para qualquer pessoa que receber o projeto mais tarde (como daqui a um ano) e que agora precisa baixar todas as imagens grandes pela primeira vez. Obviamente, se isso for feito via S/R não pela internet também, não será um problema tão grande.
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.
Tradução automática de English