Closed jfunston closed 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.
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.