Hi, Dgraph,
Recently, I am doing some experiments based on ldbc_snb benchmark. And I wan to test Dgraph on ldbc. And some users also want to do so. But I found graphQL± has some limitations to implement the complex queries in ldbc_snb. So I want to know if you have implemented ldbc_snb benchmark for Dgraph? Could you please provide me a solution to run ldbc_snb benchmark on Dgraph?
Thanks for your kindly support and I’m looking forward to your early reply!
Recently, I am doing some experiments based on ldbc_snb benchmark. And I wan to test Dgraph on ldbc. And some users also want to do so. But I found graphQL± has some limitations to implement the complex queries in ldbc_snb. So I want to know if you have implemented ldbc_snb benchmark for Dgraph? Could you please provide me a solution to run ldbc_snb benchmark on Dgraph?
Thanks for your kindly support and I’m looking forward to your early reply!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
— end of original message —
@martinmr
Thanks for your reply! There are many complex queries defined in ldbc_snb benchmark, such as finding some cycles, finding the shortest paths between two nodes and doing some computation among nodes in path, finding the next node by passing uncertain number of edges(showing in the following picture), and some more …
We don’t have those kinds of algorithms natively in Dgraph with the sole exception of shortest paths.
You could still do it but you’d have to implement those algorithms as client code, which would probably be slower than a database that has this type of algorithms available natively.
Recently, I am doing some experiments based on ldbc_snb benchmark. And I wan to test Dgraph on ldbc. And some users also want to do so. But I found graphQL± has some limitations to implement the complex queries in ldbc_snb. So I want to know if you have implemented ldbc_snb benchmark for Dgraph? Could you please provide me a solution to run ldbc_snb benchmark on Dgraph?
Thanks for your kindly support and I’m looking forward to your early reply!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
— end of original message —