Hi,
Is it possible to change the transfer behaviour from Array Insert into Single Insert when starting replication for tables?
The default method is Array Insert, but the problem is that table replication fails due to duplicate keys.
What I would like to achieve, instead of manually changing the transfer behaviour to Single insert for each table (almost 500), is that SLT uses Single Insert automatically when starting replication.
Regards,