Description
I just noticed that client side DELETEs do not use local indexes for filtering if they do not cover all keys of all other indexes.
Unless I am missing something this is not necessary, for local indexes we have the data available in the region and can fill back the uncovered column (just like we do for SELECTs)