I am using real time service. In a dataflow, one record is inserted into a target table in SQLServer which has identity column.
I have set "Use input keys" to Yes so that I need not pass the value. It is working perfect. But it is taking 1 sec to insert 1 record.
Why is it taking 1 sec for 1 record? Any suggestions.