You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the future, I'd like to shift the benchmark to graph processing engines, which has a couple of consequences:
This would be difficult while having to maintain 10+ tools, so I'll need to focus my efforts a bit, and that means removing some of the existing implementations. They will still be available in the history and the released 1.0 version, but will not be continuously developed along the changes.
I'll also remove the code responsible for measuring memory consumption as this is an aspect that's very difficult to get right even in a single JVM, and often meaningless with a disk-based database.
Meanwhile, I propose the following improvements:
We should add more implementations from the graph database/graph query engine landscape. Currently, there are two working implementations:
Today I released v1.0 and would like to lay out future directions.
Fortunately, the benchmark is actively used by academic researchers. Graph processing is also a hot topic in academic research and by far the most trending database technology in the last 5 years with a wide palette of uses cases.
In the future, I'd like to shift the benchmark to graph processing engines, which has a couple of consequences:
This would be difficult while having to maintain 10+ tools, so I'll need to focus my efforts a bit, and that means removing some of the existing implementations. They will still be available in the history and the released 1.0 version, but will not be continuously developed along the changes.
I'll also remove the code responsible for measuring memory consumption as this is an aspect that's very difficult to get right even in a single JVM, and often meaningless with a disk-based database.
Meanwhile, I propose the following improvements:
We should add more implementations from the graph database/graph query engine landscape. Currently, there are two working implementations:
There are also work in progress implementations:
And potential candidates:
Both JanusGraph and OrientDB are compatible with TinkerPop v3, which allows us to create an initial implementation quite quickly.
We should add more queries. There are two particular aspects that are common in graph queries, but missing in our current workload:
As a consequence of the previous point, we should update the generator to allow the injection of errors for the new validation queries.
The text was updated successfully, but these errors were encountered: