vz-risk / Verum

Implementation of Context-Graph algorithms for graph enrichment and querying.
Apache License 2.0
24 stars 7 forks source link

Work on performance of get_titan_subgraph function in cg_query #9

Open gdbassett opened 9 years ago

gdbassett commented 9 years ago

The cg_query->get_titan_subgraph function has to do lots of repetitive queries which is inefficient. Try and query all data at once and return the entire subgraph.