Depending on the number of rows the speed might not be subsecond, but way less than the expected minutes.
When there are two DELETE steps this might be due to the NO_RANGE.
The best way to find if it's actually using a FastPath delete would be checking the data from DBQL, CPU and IO should be quite low.
Depending on the number of rows the speed might not be subsecond, but way less than the expected minutes.
When there are two DELETE steps this might be due to the NO_RANGE.
The best way to find if it's actually using a FastPath delete would be checking the data from DBQL, CPU and IO should be quite low.
Dieter