We have a table that doesn't have much data. The table has 3 partitions and we are deleting data in one partition only. delete from table AB partition(A) where id=value; here id has an index also but still delete is slow. The datatype of id is varchar2 and the value is number.
Please help me to understand why the delete statement is slow.
question from:https://stackoverflow.com/questions/66048564/deletion-is-slow-in-oracle-db