futurewei-cloud / chogori-opengauss

Other
2 stars 7 forks source link

Fix for deleting secondary index rows by basectid filter #106

Closed jfunston closed 1 year ago

jfunston commented 1 year ago

We need to delete secondary index rows by the k2pgbasectid, which can be a value field for the secondary index. For K2, that means we need to scan the secondary index with a filter, then issue individual delete calls for the returned rows.