Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

pgbench don't return results on Windows


  • From: Yoshiyuki Asaba <y-asaba(at)sra(dot)co(dot)jp>
  • To: pgsql-hackers-win32(at)postgresql(dot)org
  • Subject: pgbench don't return results on Windows
  • Date: Fri, 24 Sep 2004 17:57:35 +0900 (JST)
  • Message-id: <20040924(dot)175735(dot)96678218(dot)y-asaba(at)sra(dot)co(dot)jp>

When I measured performance using "pgbench -S" on Windows, I
encounterd the problem that pgbench have not been returned results.

* My environment
OS: Windows XP Professional Edition
pgsql: compiling at postgresql-8.0.0beta2.tar.gz by MinGW
       (MD5: ec8d40686b08b902a0db308333f52e47)

* postgresql.conf
  max_connection=128
  shared_buffers=1000

* cmd.exe
> createdb bench
> pgbench -i bench
> pgbench -S -c 128 -t 20 bench
no response...

This problem was reproduced by about 30% of probability.
Is this problem caused by pgbench? or by pgsql server?

Thanks.

--
Yoshiyuki Asaba
y-asaba(at)sra(dot)co(dot)jp



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group