Company
Date Published
Author
Karthik Ranganathan
Word count
1221
Language
English
Hacker News points
None

Summary

The TPC-C benchmark has been implemented for YugabyteDB, a distributed relational database, allowing users to test its performance when handling transactions generated by real-world OLTP applications. The results show that YugabyteDB demonstrates linear scalability in terms of support for larger numbers of warehouses without compromising high efficiency. The benchmark was run with 10, 100, 1000, and 10,000 warehouses on a single zone of AWS, achieving tpmC values of 12,590 and 125,194 respectively. This is equivalent to 97.90% and 97.35% of the theoretical maximum tpmC value. The benchmark also highlights the importance of sharding and connection pooling in scaling the tool to handle larger numbers of warehouses.