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

Do not inspect whole server for partial load #65

Open
leplatrem opened this issue Dec 7, 2018 · 4 comments
Open

Do not inspect whole server for partial load #65

leplatrem opened this issue Dec 7, 2018 · 4 comments

Comments

@leplatrem
Copy link
Contributor

Use case: I have a dump of one collection, and want to load into some server.

Currently, the whole server is scanned (every bucket, every collection...) whereas it is completely unnecessary, inefficient and confusing

@Natim
Copy link
Member

Natim commented Dec 10, 2018

You can already use --force to avoid that.

@leplatrem
Copy link
Contributor Author

What if I don't want to force :)

@Natim
Copy link
Member

Natim commented Dec 11, 2018

Then it doesn't make sense because we can't detect conflict without looking at the collections and records first.

@Natim
Copy link
Member

Natim commented Dec 11, 2018

the whole server is scanned

Are you sure about this?

Ok then yes we can probably improve this for sure 💃

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

2 participants