https://bz.apache.org/bugzilla/show_bug.cgi?id=65515
Bug ID: 65515
Summary: Allow pooling of Prepared Statements in JDBC
Product: JMeter
Version: 5.4.1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.5
While JMeter supports Prepared Statements, it does not allow to cache those
statements. Therefore every Prepared Statement will be "prepared" before
execution, regardless whether it has been prepared before or not.
It would be nice to allow pooling of those statements as the underlying
commons-dbcp library supports it.
--
You are receiving this mail because:
You are the assignee for the bug.