Database-related settings
Transaction
The insertions of generated data would be collected into batches bound by transactions.
JdbcDataGenerator.setBatchSize(int)decides the batch size for a transaction.The default batch size is
1024.
Tests on databases/JDBC drivers
Database System | JDBC Driver | Note |
com.h2database:h2 ( | mode is | |
org.hsqldb:hsqldb ( | by local file | |
org.apache.derby:derby ( | by local file | |
Sqlite( | org.xerial:sqlite-jdbc ( | by local file |
org.postgresql:postgresql ( | ||
com.mysql:mysql-connector-j ( | ||
com.microsoft.sqlserver:mssql-jdbc ( | ||
com.oracle.database.jdbc:ojdbc17 ( | by docker image: gvenzl/oracle-free:slim-faststart |