Share

Database Test Suite

Code

Programming Languages: Java, C, C++, Perl

License: Artistic License

Repositories

browse code, statistics svn co https://osdldbt.svn.sourceforge.net/svnroot/osdldbt osdldbt

Show:

What's happening?

  • DELIVERY_1 query is not optimal

    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...

    2009-07-24 02:59:31 UTC by xuekun

  • build error for unixODBC

    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...

    2009-07-04 05:23:47 UTC by prabatuty

Our Numbers