Hacker News new | ask | show | jobs
by bogomipz 3655 days ago
Could you elaborate? I was under the impression that Cayley supported MongoDB and LevelDB as backends:

http://google-opensource.blogspot.com/2014/06/cayley-graphs-...

1 comments

yeah cayley supports numerous backends that do have replication such as mongodb and postgres or cockroach db. The issue being that a complex query consists of multiple stages like 'friends of friends of friends'. So if you're using a remote backend iterating over the result of a query then recursively making new queries results in performance that is at best poor.