inthefabric / Fabric

The collective mind awaits your input.
www.inthefabric.com
Other
5 stars 0 forks source link

Improve Fabric Indexing #22

Closed zachkinstner closed 11 years ago

zachkinstner commented 11 years ago

Update Fabric's indexing strategy to use vertex-centric indexes for appropriate edges. This improvement depends upon the outcome of a specific Titan change: https://github.com/thinkaurelius/titan/pull/287

Related discussion: https://groups.google.com/forum/#!topic/aureliusgraphs/KFVtfC9Xy94

zachkinstner commented 11 years ago

Remaining: implement a way to automatically set an edge's VCI properties during addEdge(). I don't want to re-write the code for this process every time/place an edge is created.

I'm thinking something like this:

zachkinstner commented 11 years ago

This functionality belongs in Weaver.Titan.

zachkinstner commented 11 years ago

Completed in Weaver.Titan.