aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVadim B. Mikheev <vadim4o@yahoo.com>1997-09-26 14:55:44 +0000
committerVadim B. Mikheev <vadim4o@yahoo.com>1997-09-26 14:55:44 +0000
commitdbde5caeed4c9bdaf1292e52eafed80bbf01e9e9 (patch)
tree784cf3be393ec607278f2ac638250fbf0b6b6242 /src
parentcf76759f34a172d424301cfa3723baee37f4a7ce (diff)
downloadpostgresql-dbde5caeed4c9bdaf1292e52eafed80bbf01e9e9.tar.gz
postgresql-dbde5caeed4c9bdaf1292e52eafed80bbf01e9e9.zip
Some results.
Diffstat (limited to 'src')
-rw-r--r--src/test/performance/results/PgSQL.97092616
1 files changed, 16 insertions, 0 deletions
diff --git a/src/test/performance/results/PgSQL.970926 b/src/test/performance/results/PgSQL.970926
new file mode 100644
index 00000000000..6efab3fd1e5
--- /dev/null
+++ b/src/test/performance/results/PgSQL.970926
@@ -0,0 +1,16 @@
+DBMS: PostgreSQL 6.2b10
+OS: FreeBSD 2.1.5-RELEASE
+HardWare: i586/90, 24M RAM, IDE
+StartUp: postmaster -B 256 '-o -S 2048' -S
+Compiler: gcc 2.6.3
+Compiled: -O, without CASSERT checking, with
+ -DTBL_FREE_CMD_MEMORY (to free memory
+ if BEGIN/END after each query execution)
+
+DB connection startup: 0.20
+8192 INSERTs INTO SIMPLE (1 xact): 39.58
+8192 INSERTs INTO SIMPLE (8192 xacts): 1190.98
+Create INDEX on SIMPLE: 3.69
+8192 INSERTs INTO SIMPLE with INDEX (1 xact): 46.65
+8192 random INDEX scans on SIMPLE (1 xact): 65.49
+ORDER BY SIMPLE: 2.27