You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all facts are centrally indexed by the graph's N index vertices (e.g. subject, predicate, object). Not scalable.
Ideas/tasks:
add index group vertex/entity (set of N index vertices), each providing filter range (or rather predicate fn) of acceptable fact IDs and acts as facade to actual index vertices
redistribution/re-indexing when adding/removing/failing index groups
refactor fact vertex adding/removing
The text was updated successfully, but these errors were encountered:
postspectacular
changed the title
add support for multiple sets of index vertices (enable sharding)
add support for index groups (enable sharding)
Sep 15, 2015
Currently all facts are centrally indexed by the graph's N index vertices (e.g. subject, predicate, object). Not scalable.
Ideas/tasks:
The text was updated successfully, but these errors were encountered: