From: Henry
Would this require a the new pluggable storage which is currently in
development or would the existing storage engine be sufficient? I am
just wondering if there are any rough design/plans for this...
I'm sorry for the long interval. The graph model can be implemented
on top of the relational storage engine, like Oracle and SQL Server
stores graph data in relational tables. But the optimal storage
engine for the graph model is required to maximize performance for
graph traversal, which introduces direct pointers between graph nodes.
So I think new level of pluggable storage is necessary.
Regards
MauMau