-
Notifications
You must be signed in to change notification settings - Fork 668
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
How to implement hash sum to prefent duplicate download/upload #3018
Comments
@guettli I think it is discussed on core for now: owncloud/core#11811 It is an old discussion in OC development: if you have ideas or suggestion, I would do it there ;) |
The propsal at the end of owncloud/core#11811 is about integrity. I want hashes to prevent useless up/downloads. These hashes should be used for ETags, too. That's why I leave this ticket open. @etiess Nevertheless, thank you very much for the link to the core ticket. |
Just a short quote from https://owncloud.org/faq/#syncspeed
|
Yes, scalability is important. But for me the FAQ item is FUD. PostgreSQL can handle tables with millions of rows very well. BTree indexes scale very well :-) I am unsure if php is turing complete and could make it possible to make something like this optional. |
Is this issue solved now, or is it a duplicate of another still open issue? |
AFAIK the client does not use hash sums to check before download/upload.
This produces unneccessary network traffic.
This has been reported before:
#779 (comment)
My question:
How to get this done?
Does the server API provide a way to get hash sums of files?
Does the webDAV API use unique ETags which could be used?
The text was updated successfully, but these errors were encountered: