Currently the DELIVERY_1 query in src/include/nonsp_comman is "SELECT no_o_id FROM new_order WHERE no_w_id = %d AND no_d_id = %d". However according TPCC specification about DELIVERY transaction profile
The row in the NEW-ORDER table with matching NO_W_ID (equals W_ID) and NO_D_ID (equals D_ID), and with the lowest NO_O_ID value is selected (1 row selection)
DELIVERY_1 query should...
I am trying to use this suite against CSQL- a main memory database management system for benchmarking.
I installed unixODBC and sql.h file is available at /usr/local/include. After that I did
$./configure --with-sapdb
$make
Got the following error
In file included from db_threadpool.c:28:
include/db.h:32: warning: ‘struct db_context_t’ declared inside parameter list...