loadgen
loadgen copied to clipboard
CockroachDB load generators
I couldn't find example how to set this ``. I'm guessing that this should be JDBC connection string? Also how can I specify user and password? ``` $ docker run...
The `history` table doesn't have a primary key which means Cockroach autogenerates a primary key with a `unique_rowid()` function. This creates a hotspot as every insertion into the `history` table...
The spec requires all entities (districts, customers etc) be 1-indexed, but has no such requirement for warehouses, which are currently 0-indexed. For consistency, we should make warehouses 1-indexed as well.
2.4.2.3 says: ``` For transactions that rollback as a result of an unused item number, the complete transaction profile must be executed with the exception that the following steps need...
Currently, the delivery transaction is executed synchronously by the worker that picks it. This runs counter to the spec, which states that > The Delivery transaction must be executed in...
Percona has a [TPC-C load generator](https://github.com/Percona-Lab/tpcc-mysql) which we should take a close look at to see if its implementation is doing anything that we might want to also do, with...
We do not currently have a way to run TPCC benchmark comparisons with MySql
We do not currently have a way to run TPCC benchmark comparisons with Oracle
We need a "diagnostic" load generator. Occasionally customers come to us and say "I ran query X" and even though we can analyze their schema if they give it to...
Once cockroachdb/cockroach#16611 is merged, cockroach will have a `cockroach load` command that can ingest CSV files rapidly. This will obviate the need to use backup/restore to load TPC-H data into...