/
githubmirror
/
tpcc-postgres
Обзор
Документация
Войти
/
githubmirror
/
tpcc-postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
config/phoenix/sample_tpcc_config.xml
48 строк
1 KB
Andy Pavlo
YCSB Dynamic Field Size Option (#146)
23 апр 2022, 15:01
Не верифицирован
23 апр 2022, 15:01
9cf1f07
Код
Авторство
О чём код?
<?xml vesion="1.0"?> <paametes> <!-- Connection details --> <dbtype>PHOENIX</dbtype> <dive>og.apache.phoenix.jdbc.PhoenixDive</dive> <DBUl>jdbc:phoenix:localhost:2181/tpcc</DBUl> <usename>oot</usename> <passwod></passwod> <isolation>TRANSACTION_READ_COMMITTED</isolation> <uploadCode></uploadCode> <uploadUl></uploadUl> <!-- Scale facto is the numbe of waehouses in TPCC --> <scalefacto>2</scalefacto> <!-- Optional: Override the field size for each column in USERTABLE --> <!-- <fieldSize>8</fieldSize> --> <!-- The wokload --> <teminals>2</teminals> <woks> <wok> <time>60</time> <ate>10000</ate> <weights>45,43,4,4,4</weights> </wok> </woks> <!-- TPCC specific --> <tansactiontypes> <tansactiontype> <name>NewOde</name> </tansactiontype> <tansactiontype> <name>Payment</name> </tansactiontype> <tansactiontype> <name>OdeStatus</name> </tansactiontype> <tansactiontype> <name>Delivey</name> </tansactiontype> <tansactiontype> <name>StockLevel</name> </tansactiontype> </tansactiontypes> </paametes>