/
githubmirror
/
tpcc-postgres
Обзор
Документация
Войти
/
githubmirror
/
tpcc-postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
config/sqlite/sample_tpch_config.xml
117 строк
3 KB
Andy Pavlo
Add SQLite Support (#155)
30 май 2022, 16:23
Не верифицирован
30 май 2022, 16:23
01a37b9
Код
Авторство
О чём код?
<?xml version="1.0"?> <parameters> <!-- Connection details --> <type>SQLITE</type> <driver>org.sqlite.JDBC</driver> <url>jdbc:sqlite:tpch.db</url> <isolation>TRANSACTION_SERIALIZABLE</isolation> <batchsize>1000</batchsize> <!-- Control scale factor to generate different amount of data --> <scalefactor>0.01</scalefactor> <!-- SQLITE only supports one writer thread --> <loaderThreads>1</loaderThreads> <!-- The workload --> <terminals>1</terminals> <works> <work> <serial>true</serial> <rate>unlimited</rate> <weights>1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1</weights> </work> </works> <transactiontypes> <transactiontype> <name>Q1</name> <id>1</id> </transactiontype> <transactiontype> <name>Q2</name> <id>2</id> </transactiontype> <transactiontype> <name>Q3</name> <id>3</id> </transactiontype> <transactiontype> <name>Q4</name> <id>4</id> </transactiontype> <transactiontype> <name>Q5</name> <id>5</id> </transactiontype> <transactiontype> <name>Q6</name> <id>6</id> </transactiontype> <transactiontype> <name>Q7</name> <id>7</id> </transactiontype> <transactiontype> <name>Q8</name> <id>8</id> </transactiontype> <transactiontype> <name>Q9</name> <id>9</id> </transactiontype> <transactiontype> <name>Q10</name> <id>10</id> </transactiontype> <transactiontype> <name>Q11</name> <id>11</id> </transactiontype> <transactiontype> <name>Q12</name> <id>12</id> </transactiontype> <transactiontype> <name>Q13</name> <id>13</id> </transactiontype> <transactiontype> <name>Q14</name> <id>14</id> </transactiontype> <transactiontype> <name>Q15</name> <id>15</id> </transactiontype> <transactiontype> <name>Q16</name> <id>16</id> </transactiontype> <transactiontype> <name>Q17</name> <id>17</id> </transactiontype> <transactiontype> <name>Q18</name> <id>18</id> </transactiontype> <transactiontype> <name>Q19</name> <id>19</id> </transactiontype> <transactiontype> <name>Q20</name> <id>20</id> </transactiontype> <transactiontype> <name>Q21</name> <id>21</id> </transactiontype> <transactiontype> <name>Q22</name> <id>22</id> </transactiontype> </transactiontypes> </parameters>