/
githubmirror
/
tpcc-postgres
Обзор
Документация
Войти
/
githubmirror
/
tpcc-postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
config/postgres/sample_otmetrics_config.xml
30 строк
808 B
Andy Pavlo
New Benchmark: OtterTune Metrics (#175)
03 июн 2022, 01:46
Не верифицирован
03 июн 2022, 01:46
c19acc1
Код
Авторство
О чём код?
<?xml version="1.0"?> <parameters> <!-- Connection details --> <type>POSTGRES</type> <driver>org.postgresql.Driver</driver> <url>jdbc:postgresql://localhost:5432/benchbase?sslmode=disable&ApplicationName=otmetrics&reWriteBatchedInserts=true</url> <username>admin</username> <password>password</password> <batchsize>2048</batchsize> <scalefactor>0.1</scalefactor> <!-- The workload --> <terminals>1</terminals> <works> <work> <time>60</time> <rate>unlimited</rate> <weights>100</weights> </work> </works> <!-- Transaction Declaration --> <transactiontypes> <transactiontype> <name>GetSessionRange</name> </transactiontype> </transactiontypes> </parameters>