Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on 02-08-2022 02:08 AM - edited 02-08-2022 02:49 AM
Hello,
I have one big table in one database that I have to sink on destination.
Firs I have flow with incremental insert and it works fine. Than in other flow I have incremental delete by ID column.
I am trying to delete 3179958 records from table. I have one table on source and I have to do increment delete on destination. This is my flow.
I am sending every processor separate:
When I have much less records it all works fine. But now flow can't finished... Is there any other solution.
Thanks in advance
Created 02-09-2022 02:46 AM
Hi, @LejlaKM ,
Here's some guidelines that should help with performance:
Please let me know if this helps.
Regards,
André
Created 02-09-2022 08:06 AM
Hi,
thank you very very much...
Delete for 3179958 records works now 6 minutes
Created 02-08-2022 01:21 PM
What's the underlying database? Could you please share the full configuration of the PutDatabaseRecord processor?
Created 02-08-2022 11:10 PM
Hello,
it is oracle database
Created 02-09-2022 12:57 AM
Created 02-09-2022 02:46 AM
Hi, @LejlaKM ,
Here's some guidelines that should help with performance:
Please let me know if this helps.
Regards,
André
Created 02-09-2022 08:06 AM
Hi,
thank you very very much...
Delete for 3179958 records works now 6 minutes