Feature #3382
closedldv-upload is too slow
100%
Description
Although ldv-upload is well written using corresponding abstraction, advanced ruby features and libraries, it is too slow... To upload just about 100Mb to database I need to wait about 10 minutes! IMHO, this operation may be completed 10-100 times faster. And there should be the way to do this. Of course, I guess that there will not be such well abstraction and a lot of checks will be missed to reach such the rate.
Updated by Evgeny Novikov over 10 years ago
- Status changed from New to Open
- Assignee changed from Vadim Mutilin to Vitaly Mordan
Please, describe current successes shortly.
Updated by Vitaly Mordan over 10 years ago
- Status changed from Open to Resolved
- % Done changed from 0 to 100
This issue was resolved in ldv-upload-2.
New ldv-upload script is written on perl and works up to 20 times faster. It is mostly compatible with the old ldv-upload and can be easily changed for the new database structure.
Updated by Evgeny Novikov over 10 years ago
- Status changed from Resolved to Closed
I do confirm that the new uploading script runs well from fcafa2c2 to the master branch.