From a031e2f666229b8c4afa92f9b107c4a2d2596c31 Mon Sep 17 00:00:00 2001 From: Srudeep Date: Wed, 4 Dec 2024 13:50:20 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bbd442e..92a9a4c 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 @@ -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. \ No newline at end of file +* 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.