-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move assets, update README * fix * fix typo * add target-session-attrs * read-only mode * better * typo * statistics * Update README.md Co-authored-by: Yury Frolov <[email protected]> --------- Co-authored-by: Yury Frolov <[email protected]>
- Loading branch information
Showing
5 changed files
with
46 additions
and
12 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# SPQR benchmarks | ||
|
||
TPC-C (Transaction Processing Performance Council - C) benchmark is a standardized performance test used to measure the performance of database systems under conditions of high load and a large number of transactions. It simulates the operation of an online store with a large number of simultaneous users, each of whom performs various operations with goods, such as viewing, adding to the cart, buying, etc. | ||
|
||
There are a lot of implementations of TPC-C test, in our experiments we use [Percona TPC-C Variant](https://github.com/Percona-Lab/sysbench-tpcc). | ||
|
||
We ran PostgreSQL on s3.medium (8 vCPU, 100% vCPU rate, 32 GB RAM) instances and 300 GB of memory with default Managed PostgreSQL Cluster settings. In each test we increasing shard count only. | ||
|
||
### Results | ||
|
||
| Warehouses | Shards | CPU | TPS | TpmC | TpmC per CPU | | ||
| ---------- | --------- | --- | ---- | ----- | ------------ | | ||
| 1000 | no router | 8 | 433 | 26010 | 3251.25 | | ||
| 1000 | 2 | 16 | 664 | 39840 | 2490 | | ||
| 1000 | 4 | 32 | 875 | 52500 | 1640.625 | | ||
| 1000 | 8 | 64 | 1303 | 78180 | 1221.5625 | | ||
| 1000 | 16 | 128 | 1543 | 92580 | 723.28125 | | ||
|
||
![TPC-C test results](resources/tpcc.png) | ||
|
||
You can compare this results with [Vitess and Aurora](https://www.amazon.science/publications/amazon-aurora-on-avoiding-distributed-consensus-for-i-os-commits-and-membership-changes), Perfomance Results. |
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.