Hello list,

I'm testing an application with OpenJPA and DBCP.

it is my configuration:

<property name="openjpa.ConnectionDriverName" value="org.apache.commons.dbcp.BasicDataSource"/>
<property name="openjpa.ConnectionProperties" value="
driverClassName=com.mysql.jdbc.Driver, url=jdbc:mysql://localhost:3306/cms8?characterEncoding=UTF-8, username=root, password=123, maxActive=100, maxIdle=100, initialSize=100,
poolPreparedStatements=true"/>


The problem is that the performance is the same with and without prepared statement pooling while on PostgreSQL prepared statement pooling give me around 20% performance increase.

Best regards
Georgi

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to