Re: [GENERAL] benchmark suite

2006-10-24 Thread Ray Stell
I find the following comment in dbt2 users guide: The test kit currently only supports SAP DB but work is currently being done to support PostgresSQL. In the source tree of dbt2-0.39 has the file ./README-POSTGRESQL. Is this the entry point doc that a postgresql user should start with to begin

Re: [GENERAL] benchmark suite

2006-10-24 Thread Andrew Sullivan
On Tue, Oct 24, 2006 at 12:57:08PM -0400, Ray Stell wrote: I find the following comment in dbt2 users guide: The test kit currently only supports SAP DB but work is currently being done to support PostgresSQL. In the source tree of dbt2-0.39 has the file ./README-POSTGRESQL. Is this the

[GENERAL] benchmark suite

2006-09-29 Thread km
Hi all, Is there any good benchmark suite for testing postgresql performance? i tried to work with pgbench but found pgbench source (v 8.0.x and 7.4.x) but couldnt compile with gcc ($gcc -o pgbench pgbench.8.0.x.c) postgres 8.1.4 is on AMDx86_64 platform. regards, KM

Re: [GENERAL] benchmark suite

2006-09-29 Thread Andrew Sullivan
On Fri, Sep 29, 2006 at 07:27:49PM +0530, km wrote: Is there any good benchmark suite for testing postgresql performance? I suggest looking at the excellent software provided by OSDL. http://www.osdl.org/lab_activities/kernel_testing/osdl_database_test_suite/ A -- Andrew Sullivan | [EMAIL

Re: [GENERAL] benchmark suite

2006-09-29 Thread km
On Fri, Sep 29, 2006 at 07:27:49PM +0530, km wrote: Is there any good benchmark suite for testing postgresql performance? I suggest looking at the excellent software provided by OSDL. http://www.osdl.org/lab_activities/kernel_testing/osdl_database_test_suite/ ya i have tried the dbt1

Re: [GENERAL] benchmark suite

2006-09-29 Thread Andrew Sullivan
On Fri, Sep 29, 2006 at 07:58:01PM +0530, km wrote: ya i have tried the dbt1 (database test 1 - which is what i require) from the ODSL site but couldnt compile as i got the error: cache.c: In function `main': cache.c:134: error: `sname2' undeclared (first use in this function) Is this

Re: [GENERAL] benchmark suite

2006-09-29 Thread Dimitri Fontaine
Le vendredi 29 septembre 2006 15:54, Andrew Sullivan a écrit : On Fri, Sep 29, 2006 at 07:27:49PM +0530, km wrote: Is there any good benchmark suite for testing postgresql performance? I suggest looking at the excellent software provided by OSDL.