Y
Hacker News
new
|
ask
|
show
|
jobs
by
deshraj
659 days ago
Thanks for the feedback! Yes, we are definitely planning to add support for other graph datastores including Memgraph and others.
1 comments
twoodfin
659 days ago
Does the structure of data & query patterns required demand a graph store for acceptable performance? Would a Postgres-based triplestore & recursive CTE’s suck badly?
link
deshraj
659 days ago
Yes, it won't scale well. I have used postgres exactly the way you specified in my past job and it didn't scale well after a certain point.
link