Dmitry Volkov
Results
2
issues of
Dmitry Volkov
For tpc-c workload, there is no capability to specify the warehouse number to start with (it always starts with 1). This prevents the running load from multiple drivers. A single...
I've noticed that TPC-H schema contains many extra indexes (for quite some tables). Here is an example: line item table has at least 6 extra indexes: https://github.com/cmu-db/benchbase/blob/main/src/main/resources/benchmarks/tpch/ddl-postgres.sql#L125-L130 Where are these...