Re: Function Speed vs UI Function Speed

2020-08-31 Thread Joshua Drake
On Mon, Aug 31, 2020 at 10:32 AM Susan Hurst wrote: > > For example, a batch load script that inserts multiple rows into a table > may call an insert function within a cursor to populate each row into > the target table. Meanwhile, a non-technical business user may want to > create only one entit

Function Speed vs UI Function Speed

2020-08-31 Thread Susan Hurst
Is there a significant difference in execution speed between similar functions that do the same DML but differ in the extra validations and messaging that are required for providing feedback to UI users? For example, a batch load script that inserts multiple rows into a table may call an inser