forked from cmu-db/benchbase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TPC-H queries are broken for now. This also cleans up a bunch of generic DDL issues.
- Loading branch information
Showing
45 changed files
with
1,561 additions
and
598 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ buildNumber.properties | |
*.iws | ||
*.iml | ||
*.ipr | ||
java_*.hprof* | ||
|
||
### NetBeans ### | ||
/nbproject/private/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<?xml version="1.0"?> | ||
<parameters> | ||
|
||
<!-- Connection details --> | ||
<type>SQLITE</type> | ||
<driver>org.sqlite.JDBC</driver> | ||
<url>jdbc:sqlite:auctionmark.db</url> | ||
<isolation>TRANSACTION_SERIALIZABLE</isolation> | ||
<batchsize>128</batchsize> | ||
|
||
<!-- Scalefactor in AuctionMark scales by *1000 the number of customers--> | ||
<scalefactor>0.1</scalefactor> | ||
|
||
<!-- SQLITE only supports one writer thread --> | ||
<loaderThreads>1</loaderThreads> | ||
|
||
<!-- The workload --> | ||
<terminals>1</terminals> | ||
<works> | ||
<work> | ||
<time>60</time> | ||
<rate>10000</rate> | ||
<weights>45, 10, 20, 2, 1, 4, 10, 5, 3</weights> | ||
</work> | ||
</works> | ||
|
||
<!-- AuctionMark Procedures declaration --> | ||
<transactiontypes> | ||
<transactiontype> | ||
<name>GetItem</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>GetUserInfo</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>NewBid</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>NewComment</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>NewCommentResponse</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>NewFeedback</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>NewItem</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>NewPurchase</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>UpdateItem</name> | ||
</transactiontype> | ||
</transactiontypes> | ||
</parameters> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<?xml version="1.0"?> | ||
<parameters> | ||
|
||
<!-- Connection details --> | ||
<type>SQLITE</type> | ||
<driver>org.sqlite.JDBC</driver> | ||
<url>jdbc:sqlite:resourcestresser.db</url> | ||
<isolation>TRANSACTION_SERIALIZABLE</isolation> | ||
<batchsize>128</batchsize> | ||
|
||
<!-- Scalefactor in Epinions scales by *2000 the number of users--> | ||
<scalefactor>0.1</scalefactor> | ||
|
||
<!-- SQLITE only supports one writer thread --> | ||
<loaderThreads>1</loaderThreads> | ||
|
||
<!-- The workload --> | ||
<terminals>1</terminals> | ||
<works> | ||
<work> | ||
<time>60</time> | ||
<rate>10000</rate> | ||
<weights>10,10,10,10,10,10,10,10,20</weights> | ||
</work> | ||
</works> | ||
|
||
<!-- Epinions Procedures Declaration --> | ||
<transactiontypes> | ||
<transactiontype> | ||
<name>GetReviewItemById</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>GetReviewsByUser</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>GetAverageRatingByTrustedUser</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>GetItemAverageRating</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>GetItemReviewsByTrustedUser</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>UpdateUserName</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>UpdateItemTitle</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>UpdateReviewRating</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>UpdateTrustRating</name> | ||
</transactiontype> | ||
</transactiontypes> | ||
</parameters> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
<?xml version="1.0"?> | ||
<parameters> | ||
|
||
<!-- Connection details --> | ||
<type>SQLITE</type> | ||
<driver>org.sqlite.JDBC</driver> | ||
<url>jdbc:sqlite:hyadapt.db</url> | ||
<isolation>TRANSACTION_SERIALIZABLE</isolation> | ||
<batchsize>128</batchsize> | ||
|
||
<scalefactor>0.1</scalefactor> | ||
|
||
<!-- SQLITE only supports one writer thread --> | ||
<loaderThreads>1</loaderThreads> | ||
|
||
<terminals>1</terminals> | ||
<works> | ||
<work> | ||
<time>60</time> | ||
<rate>10000</rate> | ||
<weights>1,1,1,1,1,1,1,1,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>MaxRecord1</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>MaxRecord2</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>MaxRecord3</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>MaxRecord4</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>MaxRecord5</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>MaxRecord6</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>MaxRecord7</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>MaxRecord8</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>MaxRecord9</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>MaxRecord10</name> | ||
</transactiontype> | ||
|
||
<transactiontype> | ||
<name>ReadRecord1</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>ReadRecord2</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>ReadRecord3</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>ReadRecord4</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>ReadRecord5</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>ReadRecord6</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>ReadRecord7</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>ReadRecord8</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>ReadRecord9</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>ReadRecord10</name> | ||
</transactiontype> | ||
|
||
|
||
<transactiontype> | ||
<name>SumRecord1</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>SumRecord2</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>SumRecord3</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>SumRecord4</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>SumRecord5</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>SumRecord6</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>SumRecord7</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>SumRecord8</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>SumRecord9</name> | ||
</transactiontype> | ||
<transactiontype> | ||
<name>SumRecord10</name> | ||
</transactiontype> | ||
|
||
</transactiontypes> | ||
</parameters> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0"?> | ||
<parameters> | ||
|
||
<!-- Connection details --> | ||
<type>SQLITE</type> | ||
<driver>org.sqlite.JDBC</driver> | ||
<url>jdbc:sqlite:noop.db</url> | ||
<isolation>TRANSACTION_SERIALIZABLE</isolation> | ||
<batchsize>128</batchsize> | ||
|
||
<!-- This parameter has no affect on this benchmark--> | ||
<!-- There is no data to load --> | ||
<scalefactor>1</scalefactor> | ||
|
||
<!-- The workload --> | ||
<terminals>1</terminals> | ||
<works> | ||
<work> | ||
<time>60</time> | ||
<rate>1000</rate> | ||
<weights>100</weights> | ||
</work> | ||
</works> | ||
|
||
<!-- NoOp Procedures declaration --> | ||
<transactiontypes> | ||
<transactiontype> | ||
<name>NoOp</name> | ||
</transactiontype> | ||
</transactiontypes> | ||
</parameters> |
Oops, something went wrong.