how is this possible
first i do
insert into table2 select * from table1 where table1.id=1
( 50k records should be moved 6 indexes has to be updated )
second
delete from table1 where id=1
( 50k records are removed )
How is it possible that only 45k of records are moved?
Im scratching my head over this and cant find a right answer Is it possible that the insert is still active and delete already started