What is the best practice to create & store the info's/errors/log in fabric? if possible not to work directly into a table. (means before insert into log table, it'll store somewhere like queue, then only insert (a stream process run every 5 min)). I assume it will slow down the flow if every Onsuccess added a sparkjob for insert