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

Write a tool to query RocksDB #51

Closed
manishrjain opened this issue Mar 7, 2016 · 2 comments
Closed

Write a tool to query RocksDB #51

manishrjain opened this issue Mar 7, 2016 · 2 comments
Assignees
Milestone

Comments

@manishrjain
Copy link
Contributor

manishrjain commented Mar 7, 2016

We need a tool to query our data in RocksDB. It should support a single key lookup, parsing the value and iterating over the Posting List showing all the relevant data. The key []byte should be constructed using these flags:
--xid
--uid
--attribute

If only an attribute is provided, it should do a range scan. Also allow --limit and --count; which are both useful for range scan. --limit N would limit the number of results to N; and count would count the number of results, without showing you the results.

@manishrjain manishrjain added this to the v0.2 milestone Mar 7, 2016
@manishrjain manishrjain assigned manishrjain and unassigned ashwin95r Mar 7, 2016
@manishrjain
Copy link
Contributor Author

Think the #49 issue is the only thing left for v0.2 launch. And I need this tool to help debug that issue, so I'll take care of this.

@manishrjain
Copy link
Contributor Author

#55 achieves this.

janardhan1993 pushed a commit that referenced this issue Jun 26, 2017
* fixed bug in rewrite when nothing has to be written to kv store
paulftw pushed a commit that referenced this issue Dec 16, 2019
paulftw pushed a commit that referenced this issue Dec 16, 2019
mangalaman93 pushed a commit that referenced this issue Mar 1, 2024
This PR adds the unique directive to the 'dgraph.xid' &
'dgraph.graphql.xid' predicates. Prior to this change, users could
create duplicate users leading to misconfiguration of ACL.
shivaji-dgraph added a commit that referenced this issue Mar 12, 2024
This PR adds the unique directive to the 'dgraph.xid' &
'dgraph.graphql.xid' predicates. Prior to this change, users could
create duplicate users leading to misconfiguration of ACL.

Fixes:
https://linear.app/hypermode/issue/HYP-229/use-unique-directive-to-fix-creation-of-multiple-groot-user
mangalaman93 pushed a commit that referenced this issue Mar 13, 2024
This PR adds the unique directive to the 'dgraph.xid' &
'dgraph.graphql.xid' predicates. Prior to this change, users could
create duplicate users leading to misconfiguration of ACL.
shivaji-dgraph added a commit that referenced this issue Mar 27, 2024
This PR adds the unique directive to the 'dgraph.xid' predicate. Prior to this change, users could
create duplicate users leading to misconfiguration of ACL.
shivaji-dgraph added a commit that referenced this issue Mar 27, 2024
This PR adds the unique directive to the 'dgraph.xid' predicate. Prior to this change, users could
create duplicate users leading to misconfiguration of ACL.
shivaji-dgraph added a commit that referenced this issue Apr 4, 2024
This PR adds the unique directive to the 'dgraph.xid' predicate. Prior to this change, users could
create duplicate users leading to misconfiguration of ACL.
shivaji-dgraph added a commit that referenced this issue Apr 18, 2024
This PR adds the unique directive to the 'dgraph.xid' predicate. Prior to this change, users could
create duplicate users leading to misconfiguration of ACL.
shivaji-dgraph added a commit that referenced this issue Apr 19, 2024
This PR adds the unique directive to the 'dgraph.xid' predicate. Prior to this change, users could
create duplicate users leading to misconfiguration of ACL.
shivaji-dgraph added a commit that referenced this issue Apr 23, 2024
This PR adds the unique directive to the 'dgraph.xid' predicate. Prior to this change, users could
create duplicate users leading to misconfiguration of ACL.
shivaji-dgraph added a commit that referenced this issue May 16, 2024
This PR adds the unique directive to the 'dgraph.xid' predicate. Prior to this change, users could
create duplicate users leading to misconfiguration of ACL.
shivaji-dgraph added a commit that referenced this issue May 17, 2024
This PR adds the unique directive to the 'dgraph.xid' predicate. Prior to this change, users could
create duplicate users leading to misconfiguration of ACL.
shivaji-dgraph added a commit that referenced this issue May 21, 2024
This PR adds the unique directive to the 'dgraph.xid' predicate. Prior to this change, users could
create duplicate users leading to misconfiguration of ACL.
shivaji-dgraph added a commit that referenced this issue May 27, 2024
This PR adds the unique directive to the 'dgraph.xid' predicate. Prior to this change, users could
create duplicate users leading to misconfiguration of ACL.
shivaji-dgraph added a commit that referenced this issue May 31, 2024
This PR adds the unique directive to the 'dgraph.xid' predicate. Prior to this change, users could
create duplicate users leading to misconfiguration of ACL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants