com.mysql.cj.configurations.solarisMaxPerformance.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mysql-connector-java
Show all versions of mysql-connector-java
JDBC Type 4 driver for MySQL
#
# Solaris has pretty high syscall overhead, so these configs
# remove as many syscalls as possible.
#
# Reduce recv() syscalls
useUnbufferedInput=false
useReadAheadInput=false
# Reduce number of calls to getTimeOfDay()
maintainTimeStats=false