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

feat(sroar): Bring sroar to Dgraph #7840

Merged
merged 11 commits into from May 22, 2021
Merged

feat(sroar): Bring sroar to Dgraph #7840

merged 11 commits into from May 22, 2021

Conversation

ahsanbarkati
Copy link
Contributor

@ahsanbarkati ahsanbarkati commented May 20, 2021

This PR replaces roaring64 with sroar in Dgraph. A bunch of things might slow down after this change because we are yet to optimize sroar's functionalities.


This change is Reviewable

@github-actions github-actions bot added the area/bulk-loader Issues related to bulk loading. label May 20, 2021
Copy link
Contributor

@manishrjain manishrjain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 18 of 18 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @ahsanbarkati, @pawanrawal, and @vvbalaji-dgraph)


posting/list.go, line 642 at r1 (raw file):

	codec.RemoveRange(bm, 0, maxUid)
	glog.Infof("bm before iteration: %v\n", bm.ToArray())

remove?x

@ahsanbarkati ahsanbarkati merged commit df1300f into master May 22, 2021
@ahsanbarkati ahsanbarkati deleted the ahsan/sroar branch May 22, 2021 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/bulk-loader Issues related to bulk loading.
Development

Successfully merging this pull request may close these issues.

None yet

2 participants