Skip to content
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

Slow? #33

Open
compojoom opened this issue Apr 10, 2018 · 2 comments
Open

Slow? #33

compojoom opened this issue Apr 10, 2018 · 2 comments

Comments

@compojoom
Copy link

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.

@willhlaw
Copy link
Owner

@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.

Have others had luck with backing up ~100k items?

@priyankinfinnov
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants