I'm having two loans table. one is for internal other one is for external. Both having similar columns.
I don't want to disturb one for other so i have created 2.
Problem is both has to be sync. Currently i'm using api calls to update from one system to other. I want to use trigger.
But i dont know wheather trigger will affect performance or not.
About my table my external table is having more than 25 columns, data i'm having more than 30k rows.
Update will be like they will update one column at one row that should be reflected in internal table.
In this case trigger is usefull or will give performance issue?