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

[FEATURE]: Add Zero API to bulk load tablets #8480

Closed
rderbier opened this issue Dec 5, 2022 · 1 comment
Closed

[FEATURE]: Add Zero API to bulk load tablets #8480

rderbier opened this issue Dec 5, 2022 · 1 comment
Assignees
Labels
dgraph Issue or PR created by an internal Dgraph contributor. kind/feature Something completely new we should consider. v21.12 supposedly corrected in v21.12

Comments

@rderbier
Copy link
Contributor

rderbier commented Dec 5, 2022

See #8088
bulk API for zero so that alpha can inform about the predicates in a single go during the restart. This was needed for use cases where clients have 151k predicates and during the bulk loader zero was not started up. It was because alpha was sending the predicates one at a time and this turns into O(n^2) problem which never completes in a deterministic manner.

@rderbier rderbier added kind/feature Something completely new we should consider. v21.12 supposedly corrected in v21.12 dgraph Issue or PR created by an internal Dgraph contributor. labels Dec 5, 2022
@MichelDiz
Copy link
Contributor

This is already in Main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dgraph Issue or PR created by an internal Dgraph contributor. kind/feature Something completely new we should consider. v21.12 supposedly corrected in v21.12
Development

No branches or pull requests

2 participants