You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2010/09/26 03:32:17 UTC

svn commit: r1001338 - /commons/sandbox/performance/trunk/src/site/apt/index.apt

Author: psteitz
Date: Sun Sep 26 01:32:17 2010
New Revision: 1001338

URL: http://svn.apache.org/viewvc?rev=1001338&view=rev
Log:
Updated docs to add no-op query type and datasource type.

Modified:
    commons/sandbox/performance/trunk/src/site/apt/index.apt

Modified: commons/sandbox/performance/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/src/site/apt/index.apt?rev=1001338&r1=1001337&r2=1001338&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/src/site/apt/index.apt (original)
+++ commons/sandbox/performance/trunk/src/site/apt/index.apt Sun Sep 26 01:32:17 2010
@@ -195,7 +195,9 @@ ant
 *-----------------------------+-------------------------------------------------+----------------------------------------+
 |configuration/database/password|The jdbc connection password|'' (empty element) - no password|
 *-----------------------------+-------------------------------------------------+----------------------------------------+
-|configuration/database/query-type|The type of query used by the tests. Admissable values are "integerIndexed", "integerScan", or "textScan".  The first part is the type of column used in the SELECT statement and the second determines whether or not the column is indexed|integerScan - generate queries that select on values from a non-indexed integer column|
+|configuration/database/query-type|The type of query used by the tests.  Admissable values are "integerIndexed," "integerScan," "textScan" or "no-op".  The value "no-op" means that no SQL operation will be performed on connections retrieved from the pool; otherwise, the first part is the type of column used in the SELECT statement and the second determines whether or not the column is indexed|integerScan - generate queries that select on values from a non-indexed integer column|
+*-----------------------------+-------------------------------------------------+----------------------------------------+
+|configuration/datasource-type|The type of the datasource to use, either "BasicDataSource" or "PoolingDatasource"|BasicDataSource - instantiate and use a BasicDataSource as source of connections|
 *-----------------------------+-------------------------------------------------+----------------------------------------+
 |configuration/connection-factory/type|The type of database connection factory to use. Admissable values are "Driver" or "DriverManager".|DriverManager - use DriverManagerConnectionFactory|
 *-----------------------------+-------------------------------------------------+----------------------------------------+