|
@@ -12,6 +12,7 @@ useUnicode=false
|
|
|
#characterEncoding=Cp1252
|
|
|
|
|
|
#dumpQueriesOnException=true
|
|
|
+
|
|
|
dontTrackOpenResources=true
|
|
|
|
|
|
#useCompression=true
|
|
@@ -34,8 +35,8 @@ metadataCacheSize=100
|
|
|
useServerPrepStmts=false
|
|
|
|
|
|
# prepared statement caching on JDBC client
|
|
|
-cachePrepStmts=true
|
|
|
-cacheCallableStmts=true
|
|
|
+cachePrepStmts=false
|
|
|
+cacheCallableStmts=false
|
|
|
prepStmtCacheSize=4096
|
|
|
prepStmtCacheSqlLimit=32000
|
|
|
|