uzh / triplerush

A distributed in-memory graph store.
Apache License 2.0
31 stars 11 forks source link

Ensure cardinalities are updated in `Binding` before a blocking edge addition finishes #27

Closed pstutz closed 8 years ago

jahangirmohammed commented 8 years ago

@pstutz : why is it that SOIndex doesn't do anything on onEdgeAdded method ?

pstutz commented 8 years ago

Because it doesn't have a parent index vertex that needs to have its cardinalities updated. Those cardinalities were used for query planning, maybe we should remove them, as they aren't used at the moment. But then again, we will probably want to re-introduce a query planner and then they'll be helpful.

pstutz commented 8 years ago

Fixed by no longer maintaining cardinalities.