neo4j - When deleting a relationship, does an index that points to that relationship get removed before reclamation of the relationship id? -
when deleting relationship, index points relationship removed before reclamation of relationship id? believe i'm seeing weird issue i'm not able reproduce high degree of certainty.
i have relationship
i'm putting in index , referencing uuid. when delete bunch of relationships in neo4j
, , add bunch, think of relationship id's being reused(i know standard , i'm okay this). deleting of relationships delete, i'm not removing index held them.
when go index , search uuid, bunch of bad results, ie unexpected items code never put in there.
i know practice remove entity index, has seen problem before? expected behavior?
are using auto-indexes? (if not, how indexes work until 2.0.)
when you're not using auto-indexes, have explicitly add , remove things indexes. indexes pointers node ids or rel ids.
Comments
Post a Comment