-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
No index on _xid_ #1074
Comments
Yes. We should do a hash index on it. |
Since we have removed the support for XIDs, do we need this? @janardhan1993 |
@janardhan1993 creates an xid edge via the client. We could potentially set a hash index on it by default. |
Would be simpler for a user to do just run |
@MichaelJCompton We set up the index automatically if user specified -x. Btw we rename xid to xid. |
Should Dgraph automatically put an exact or hash index on
_xid_
if the user doesn't give one at time of bulk upload?The text was updated successfully, but these errors were encountered: