You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if its possible to speedup the first time download/ load of RIT catalog using parallel requests. As I understand, the catalog presently downloads the metadata serially. It takes about half a day to download the catalog.
Would it be possible to cut down this time using wget's parallel download (using a constructed list of urls) or multiple processes?
The text was updated successfully, but these errors were encountered:
vaishakp
changed the title
Speedup first time loading of RIT catalog.
Speedup first time loading of RIT catalog
May 14, 2023
I was wondering if its possible to speedup the first time download/ load of RIT catalog using parallel requests. As I understand, the catalog presently downloads the metadata serially. It takes about half a day to download the catalog.
Would it be possible to cut down this time using wget's parallel download (using a constructed list of urls) or multiple processes?
The text was updated successfully, but these errors were encountered: