|
@@ -30,13 +30,13 @@ application.langs="en"
|
|
# You can expose this datasource via JNDI if needed (Useful for JPA)
|
|
# You can expose this datasource via JNDI if needed (Useful for JPA)
|
|
# db.default.jndiName=DefaultDS
|
|
# db.default.jndiName=DefaultDS
|
|
db.default.driver= com.mysql.jdbc.Driver
|
|
db.default.driver= com.mysql.jdbc.Driver
|
|
-db.default.url="jdbc:mysql://localhost: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.default.url="jdbc:mysql://192.168.100.101:3306/hello_world"
|
|
|
|
|
|
+db.default.url="jdbc:mysql://172.16.98.98: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.default.url="jdbc:mysql://172.16.98.98:3306/hello_world"
|
|
db.default.user=benchmarkdbuser
|
|
db.default.user=benchmarkdbuser
|
|
db.default.password=benchmarkdbpass
|
|
db.default.password=benchmarkdbpass
|
|
db.default.jndiName=DefaultDS
|
|
db.default.jndiName=DefaultDS
|
|
|
|
|
|
-db.default.partitionCount=4
|
|
|
|
|
|
+db.default.partitionCount=64
|
|
|
|
|
|
# The number of connections to create per partition. Setting this to
|
|
# The number of connections to create per partition. Setting this to
|
|
# 5 with 3 partitions means you will have 15 unique connections to the
|
|
# 5 with 3 partitions means you will have 15 unique connections to the
|
|
@@ -84,4 +84,4 @@ play {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|