Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better performing graphs for Mongo backend #62

Open
scaleupcto opened this issue Jun 1, 2015 · 0 comments
Open

Better performing graphs for Mongo backend #62

scaleupcto opened this issue Jun 1, 2015 · 0 comments

Comments

@scaleupcto
Copy link
Contributor

The current MongoGraph is very crude in the way it piggybacks on ExtendedGraph.

This causes excessive CPU as every single triple added via add_tripod_array is subject to regex via labelling.

Instead have a higher performance MongoGraph which uses the same internal representation as the database and moves the CPU load to extracting values out of the graph, rather than when putting them in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant