|
@@ -5,20 +5,20 @@ mongo.host=localhost
|
|
|
db.mongo.impl=act.db.morphia.MorphiaPlugin
|
|
|
db.mongo.uri=mongodb://${mongo.host}/hello_world
|
|
|
|
|
|
-
|
|
|
mysql.host=localhost
|
|
|
|
|
|
db.mysql.impl=act.db.ebean.EbeanPlugin
|
|
|
-db.mysql.url=jdbc:mysql://${mysql.host}:3306/hello_world?jdbcCompliantTruncation=false&elideSetAutoCommits=true&useLocalSessionState=true&cachePrepStmts=true&cacheCallableStmts=true&alwaysSendSetIsolation=false&prepStmtCacheSize=4096&cacheServerConfiguration=true&prepStmtCacheSqlLimit=2048&zeroDateTimeBehavior=convertToNull&traceProtocol=false&useUnbufferedInput=false&useReadAheadInput=false&maintainTimeStats=false&useServerPrepStmts&cacheRSMetadata=true
|
|
|
+db.mysql.url=jdbc:mysql://${mysql.host}:3306/hello_world?jdbcCompliantTruncation=false&elideSetAutoCommits=true&useLocalSessionState=true&cachePrepStmts=true&cacheCallableStmts=true&alwaysSendSetIsolation=false&prepStmtCacheSize=4096&cacheServerConfiguration=true&prepStmtCacheSqlLimit=2048&zeroDateTimeBehavior=convertToNull&traceProtocol=false&useUnbufferedInput=false&useReadAheadInput=false&maintainTimeStats=false&useServerPrepStmts=true&cacheRSMetadata=true&serverTimezone=UTC
|
|
|
db.mysql.username=benchmarkdbuser
|
|
|
db.mysql.password=benchmarkdbpass
|
|
|
+db.mysql.maximumPoolSize=256
|
|
|
+db.mysql.useServerPrepStmts=true
|
|
|
|
|
|
pgsql.host=localhost
|
|
|
|
|
|
db.pgsql.impl=act.db.ebean.EbeanPlugin
|
|
|
-db.pgsql.url=jdbc:postgresql://${pgsql.host}:5432/hello_world?jdbcCompliantTruncation=false&elideSetAutoCommits=true&useLocalSessionState=true&cachePrepStmts=true&cacheCallableStmts=true&alwaysSendSetIsolation=false&prepStmtCacheSize=4096&cacheServerConfiguration=true&prepStmtCacheSqlLimit=2048&zeroDateTimeBehavior=convertToNull&traceProtocol=false&useUnbufferedInput=false&useReadAheadInput=false&maintainTimeStats=false&useServerPrepStmts&cacheRSMetadata=true
|
|
|
+db.pgsql.url=jdbc:postgresql://${pgsql.host}:5432/hello_world
|
|
|
db.pgsql.username=benchmarkdbuser
|
|
|
db.pgsql.password=benchmarkdbpass
|
|
|
db.pgsql.namingconvention=com.avaje.ebean.config.MatchingNamingConvention
|
|
|
-
|
|
|
-
|
|
|
+db.pgsql.maximumPoolSize=256
|