Hey,
I need to delete big amount of data (around 300K).
I don’t want that the delete process will disturb to the main process (event record) to run.
So i wonder:
1. Is there an option to delete in chunks?
2. Is there a way to delete in background?
Can I check if the process or the db is busy and in case it is to wait with the delete?
Do you have any tips for this?
Thank you.
I need to delete big amount of data (around 300K).
I don’t want that the delete process will disturb to the main process (event record) to run.
So i wonder:
1. Is there an option to delete in chunks?
2. Is there a way to delete in background?
Can I check if the process or the db is busy and in case it is to wait with the delete?
Do you have any tips for this?
Thank you.