hello,
i have following problem on my IDS 7.31 :
Table A (with 20 columns) has 450 000 records; and an index on
column ID.
executing an select ....from A where ID = 1234 is OK (very fast)
BUT
when i execute
delete from A where ID = 1234 it takes 10 to 20 seconds !!!
i did an "update statistics", but i have the same behaviour.
any suggestions ????
thanks a lot
Erik