TPC-DS - Driver

Tpc Ds Data Flow

About

The mechanism used to submit queries to the SUT and to measure their execution time is called a driver.

The driver is a logical entity that can be implemented using one or more physical programs, processes, or systems

Query Submit

The communication between the driver and the SUT must be limited to one session per query.

The driver's submittal of the queries to the SUT during the performance test shall be limited to the transmission of the query text

The driver shall not:

  • pass any execution strategy or priority that is time-dependent or query-specific
  • have the purpose of indicating to the SUT, or to any of its components, the insertion of time delays;
  • insert time delays before, after, or between the submission of queries to the SUT; (to prohibit the pacing of query submission by the driver)
  • have the purpose of modifying the behavior or configuration of the SUT (i.e., data processing system or operating system settings) on a query-by-query basis.
  • alter session parameters during the execution of the performance test.





Discover More
Tpc Ds Data Flow
TPC-DS - Query

A query is an ordered set of one or more valid SQL statements resulting from applying the required parameter substitutions to a given query template. The order of the SQL statements is defined in the...
Tpc Ds Data Flow
TPC-DS - Query Session

A query session is a session executing activity on behalf of: a Power Test or a Throughput Test. The communication between the driver and the SUT is limited to one session per query. These sessions...
Tpc Ds Data Flow
TPC-DS - Result

Result measures: query response time in single user mode, query throughput in multi user mode and data maintenance performance for: a given hardware, operating system, and data processing...



Share this page:
Follow us:
Task Runner