Re: DB Stored Procedure Performance Help

2018-04-13 Thread Anil Gaur
Any one have another approach for above scenario? Thanks Anil Gaur From: Yngvi ??r Sigurj?nsson Sent: Thursday, April 12, 2018 1:48 PM To: JMeter Users List Subject: Re: DB Stored Procedure Performance Help Hi Few years back I had to test some Oracle stored

Re: DB Stored Procedure Performance Help

2018-04-12 Thread Yngvi Þór Sigurjónsson
Hi Few years back I had to test some Oracle stored procedures, What you need to consider is that databases are sometimes lazy and don't actually do anything until they need to. So if the procedures are returning cursors/ResultSets you will need to exhaust the ResultSet to get the real execution tim