-
Notifications
You must be signed in to change notification settings - Fork 6
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
reduce Upload time for larger datasets #301
Comments
Perhaps related to this problem, we have tried to upload two files of about 45 GB size with LFS and couldn't manage to do it (we tried to upload either file as the only change in a commit). I see that the ARCitect tried to upload the file multiple times, but eventually it failed with an i/o timeout. I have used ARCitect v0.0.49 on Ubuntu 22.04. This is the log (I have replaced the actual token with in this issue):
|
This looks like a DataHub problem. I will get in touch with the administrators. |
Is your feature request related to a problem? Please describe.
when committing larger datasets it takes forever, git status seems to check every few minutes for changes, takes forever
(git status or git status -z -u ...)
Describe the solution you'd like
when committing, reduce status lookup occasions or whatever it is to speed up.
Describe alternatives you've considered
with arccommander its one workflow with arcitect i have to wait for commit and then sync
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: