-
Type:
Sub-task
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.20 Larks
-
Fix Version/s: 0.20 Larks
-
Labels:None
By default C3P0 has PreparedStatement cache size set to 0 which makes PreparedStatement objects to be created each time and to be actually prepared each time.
We want to configure C3P0 to have that pool. As a result of this task we need a report of how the performance was changing depending on the size of the statement cache.
This task should be started only after performance tests are written and automated.
ok, removed previosly changes in DB configuration. Add parameter to connection string. For check result: SHOW GLOBAL STATUS LIKE '%prepared%';