You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
*[HAProxy Example with Workload](example-haproxy-with-workload/README.md) - Simple 3 node cluster with `HAProxy` as the load balancer and a `client` node running the `tpcc` workload
10
10
*[Enterprise Backup Example](example-enterprise-backup/README.md) - CockroachDB Enterprise `BACKUP` to `NGINX` based "File Server"
11
11
*[YCSB Functional Example](example-ycsb/README.md) - Building and running [YCSB](https://github.com/brianfrankcooper/YCSB) against a 3 node CockroachDB cluster
12
-
*[OLTPBench Functional Example](example-oltpbench/README.md) - Building and running a fork of [OLTPBench](https://github.com/timveil-cockroach/oltpbench) against a 3 node CockroachDB cluster
12
+
*[OLTPBench Functional Example](example-oltpbench/README.md) - [DEPRECATED]Building and running a fork of [OLTPBench](https://github.com/timveil-cockroach/oltpbench) against a 3 node CockroachDB cluster
13
13
*[Netflix Genie Metastore Example](example-netflix-genie) - Example using CockroachDB as the metastore for [Netflix Genie](https://github.com/Netflix/genie)
14
14
*[Apache Druid Metastore Example](example-apache-druid) - Example using CockroachDB as the metastore for [Apache Druid](https://druid.apache.org/docs/latest/design/index.html)
Copy file name to clipboardExpand all lines: example-oltpbench/README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
-
# Running OLTP-Bench Suite Fork
1
+
# Running OLTP-Bench Suite Fork (DEPRECATED)
2
+
3
+
> This example is deprecated as OLTP-Bench is no longer active. Please see [Benchbase](https://github.com/cmu-db/benchbase) instead.
4
+
2
5
Demonstrates building and executing a fork of the `OLTP-Bench` suite against a 3 node CockroachDB cluster. More information on the `OLTP-Bench` fork can be found here: https://github.com/timveil-cockroach/oltpbench.
3
6
4
7
> This is included here as a functional example. This configuration should not be considered the basis for a performance evaluation.
0 commit comments