Hi there
Has anyone experienced this? How did you solve it?
The volume of my deletes are like 5 records at a time and soon after that I execute an insert, however the inserts happen first, thus the sequence flow is not followed.
So after some time, adding sleep between the deletes and the inserts worked, but this might be / might not be the best approach. Or perhaps instead of hard deletes I might have to do soft deletes?
Any thoughts?
Assumptions: PHP usage.
Has anyone experienced this? How did you solve it?
The volume of my deletes are like 5 records at a time and soon after that I execute an insert, however the inserts happen first, thus the sequence flow is not followed.
So after some time, adding sleep between the deletes and the inserts worked, but this might be / might not be the best approach. Or perhaps instead of hard deletes I might have to do soft deletes?
Any thoughts?
Assumptions: PHP usage.