|
|
|
|
|
by KwisaksHaderach
1594 days ago
|
|
EdgeDB is built on an extension of the relational data model that we call the graph-relational model. This model completely eliminates the object-relational impedance mismatch while retaining the solid basis of and performance of the classic relational model. I don't see how can they retain the performance of the relational model when using graphs on top of PG unless they are using PG as storage k/v layer only. |
|
But EdgeDB isn't ideal for storing loosely typed graph data, neo4j is built for that.