You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Taewoo Kim (JIRA)" <ji...@apache.org> on 2015/09/23 00:53:07 UTC

[jira] [Created] (ASTERIXDB-1109) Index entries are not deleted on an open-type secondary index

Taewoo Kim created ASTERIXDB-1109:
-------------------------------------

             Summary: Index entries are not deleted on an open-type secondary index
                 Key: ASTERIXDB-1109
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1109
             Project: Apache AsterixDB
          Issue Type: Bug
            Reporter: Taewoo Kim


Currently, index entries (SK, PK) are not deleted on an open-type secondary index. This issue was not surfaced due to the fact that every search after a secondary index search needs to go through the primary index lookup. Therefore, un-deleted entries were removed during this Pidx lookup.

Now, we have an index-only plan that can skip the Pidx lookup after a Sidx search. Therefore, the query result is not correct anymore.

  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)