I found that if I add a single triple to Rya with the EntityCentricIndex
enabled, it will add two entries to the EntityCentricIndex.  It looks like
it stores the triple in the forms OPS and SPO (in the EntityCentricIndex
table).  When I delete this triple from Rya, I can no longer see these two
entries in the EntityCentricIndex however, in the Accumulo web interface I
can see that the table now has 4 entries.  It seems as though it didn't
actually delete those entries, it just added two more entries that state
the other two are to be regarded as deleted.  Is this correct?  Are there
really 4 entries in this table?  Is it possible to scan for these from the
Accumulo shell?  Do I need special auths to see deleted values?

Reply via email to