Skip to content

Commit b419ca9

Browse files
committed
Add a reference to the BenchmarkSQL tool
1 parent 1ba165f commit b419ca9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Appendix.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ This schema is used by five different transactions, each creating varied access
274274
4. **Order and Order-Line:** Inserts with time-delayed updates, causing rows to become stale and infrequently read.
275275
5. **History:** Insert-only.
276276
277-
The diverse access patterns of this small schema with a limited number of transactions contribute to TPC-C's ongoing significance as a major database benchmark. In this book, BenchmarkSQL is primarily employed to evaluate TPC-C performance in MySQL.
277+
The diverse access patterns of this small schema with a limited number of transactions contribute to TPC-C's ongoing significance as a major database benchmark. In this book, BenchmarkSQL [65] is primarily employed to evaluate TPC-C performance in MySQL.
278278
279279
## How MySQL Processes SQL?
280280

References.md

+2
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,6 @@
128128

129129
[64] https://github.com/enhancedformysql/enhancedformysql.
130130

131+
[65] https://github.com/enhancedformysql/benchmarksql.
132+
131133
[Next](Appendix.md)

0 commit comments

Comments
 (0)