Y
Hacker News
new
|
ask
|
show
|
jobs
by
twoodfin
657 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?
1 comments
deshraj
657 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