Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #58

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BenchBase Fork For Aurora DSQL

We have temporarily made this repository available for AWS customers to run TPC-C benchmarking against the newly launched [Amazon Aurora DSQ](https://aws.amazon.com/rds/aurora/dsql/). We will archive this repository once we upstream our modifications to the original [cmu-db/benchbase](https://github.com/cmu-db/benchbase) repository.
We have temporarily made this repository available for AWS customers to run TPC-C benchmarking against the newly launched [Amazon Aurora DSQL](https://aws.amazon.com/rds/aurora/dsql/). We will archive this repository once we upstream our modifications to the original [cmu-db/benchbase](https://github.com/cmu-db/benchbase) repository.

> Please note that based on the [default limits](https://docs.aws.amazon.com/aurora-dsql/latest/userguide/CHAP_quotas.html) for Aurora DSQL clusters during preview, you can run a TPC-C workload with up to 200 warehouses. If you need to run a higher load for benchmarking, please [contact AWS Support](https://support.console.aws.amazon.com/support/home#/) to request a limit increase.

Expand All @@ -19,7 +19,7 @@ git clone --depth 1 https://github.com/amazon-contributing/aurora-dsql-benchbase
cd aurora-dsql-benchbase-benchmarking
./mvnw clean package -P auroradsql
```
This produces artifacts in the target folder, which can be extracted,
This produces artifacts in the `target` folder, which can be extracted,
```bash
cd target
tar xvzf benchbase-auroradsql.tgz
Expand Down Expand Up @@ -233,4 +233,4 @@ A significant portion of the modernization was contributed by [Tim Veil @ Cockro
* Refactored `Worker` and `Loader` usage of `Connection` objects and cleaned up transaction handling.
* Introduced [Dependabot](https://dependabot.com/) to keep Maven dependencies up to date.
* Simplified output flags by removing most of them, generally leaving the reporting functionality enabled by default.
* Provided an alternate `Catalog` that can be populated directly from the configured Benchmark database. The old catalog was proxied through `HSQLDB` -- this remains an option for DBMSes that may have incomplete catalog support.
* Provided an alternate `Catalog` that can be populated directly from the configured Benchmark database. The old catalog was proxied through `HSQLDB` -- this remains an option for DBMSes that may have incomplete catalog support.
Loading