Skip to content

Better performing graphs for Mongo backend #62

@scaleupcto

Description

@scaleupcto

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions