You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gap analysis calculation takes a few hours if we run it on a beefy machine. The bottleneck is neo4j being slow.
We should investigate alternatives.
An alternative that seems promising and works with our existing database is Apache Age
Age runs on top of our current database (postgres) and allows for Cypher queries on top of postgres.
I'm being told it is faster than neo
The text was updated successfully, but these errors were encountered:
Great! My friend and I are looking for some open-source projects to work on for a college subject. He actually commented on issue #295, and we're looking to solve these two issues. Our plan right now is to work on #295 first and then this one afterward.
Issue
What is the issue?
Gap analysis calculation takes a few hours if we run it on a beefy machine. The bottleneck is neo4j being slow.
We should investigate alternatives.
An alternative that seems promising and works with our existing database is Apache Age
Age runs on top of our current database (postgres) and allows for Cypher queries on top of postgres.
I'm being told it is faster than neo
The text was updated successfully, but these errors were encountered: