summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2011-08-17 16:26:14 -0400
committerJames Moger <james.moger@gmail.com>2011-08-17 16:26:14 -0400
commitade7c03f54b79f8d3e65a79f9b8d11924694a79e (patch)
tree5476bdddccf577caf8a8b481c970ba70cf067a05 /docs
parent05429c2cdf393730f17fb8fa51ee4b9e58e0a88f (diff)
downloadiciql-ade7c03f54b79f8d3e65a79f9b8d11924694a79e.tar.gz
iciql-ade7c03f54b79f8d3e65a79f9b8d11924694a79e.zip
Launch H2 and HSQL servers in test suite and include tcp benchmarks.
Diffstat (limited to 'docs')
-rw-r--r--docs/03_performance.mkd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/03_performance.mkd b/docs/03_performance.mkd
index 12c07a1..377d222 100644
--- a/docs/03_performance.mkd
+++ b/docs/03_performance.mkd
@@ -9,7 +9,7 @@ Performance of iciql statement generation is not currently benchmarked.
### iciql+database performance comparison
-The following data was generated by running the *single-threaded* iciql test suite. All database connections are pooled and re-used within each execution of the test suite using [Apache Commons DBCP](http://commons.apache.org/dbcp).
+The following data was generated by running the *single-threaded* iciql test suite. All database connections are pooled and re-used within each execution of the test suite using [Apache Commons DBCP](http://commons.apache.org/dbcp). All tables are created as CACHED when the database distinguishes between CACHED and MEMORY tables.
Connections are pooled to normalize embedded database performance with out-of-process database performance. Some of the Java embedded database configurations have a very high startup-time penalty. Notably, H2 is slow to open a database and its performance is substantially affected if connection pooling is not enabled to keep the embedded database open.