What is a smallest set of indices that allows to fully bind any pattern of 6-tuple in one hop?
问题 I am trying to build a 6-tuple store on top of wiredtiger. The tuples can be described as follow: (graph, subject, predicate, object, alive, transaction) Every tuple stored in the database is unique. Queries are like regular SPARQL queries except that the database store 6 tuples. Zero of more elements of a tuple can be variable. Here is an example query that allows to retrieve all changes introduces by a particular transaction P4X432 : SELECT ?graph ?subject ?predicate ?object ?alive WHERE {