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'm just wondering if I'm doing something wrong.
I'm trying to backup a database with around 100k items. The backup is already taking 60mins and we are not even half way through?
@compojoom, this library does not yet have the parallel option. This project was forked from steadyequipment before they added the feature. Feature parity has since diverted enough to where it is tough to keep in sync.
If you are interested, you can follow a similar pattern to saving to disk as this PR (which is still in review): #20.
I'm just wondering if I'm doing something wrong.
I'm trying to backup a database with around 100k items. The backup is already taking 60mins and we are not even half way through?
I see that https://github.com/steadyequipment/node-firestore-backup has an -L option to enable several requests to be made in parallel, but we don't seem to have this in this package?
-L, --requestCountLimit - The maximum number of requests to be made in parallel.
The text was updated successfully, but these errors were encountered: