Re: [PERFORM] Creating a correct and real benchmark

2006-02-24 Thread Marcos
Thanks for advises :-D. Marcos ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq

Re: [PERFORM] Creating a correct and real benchmark

2006-02-20 Thread Chris
PFC wrote: I'm developing a search engine using the postgresql's databas. I've already doing some tunnings looking increase the perform. Now, I'd like of do a realistic test of perfom with number X of queries for know the performance with many queries. What the corret way to do this?

Re: [PERFORM] Creating a correct and real benchmark

2006-02-20 Thread PFC
I'm developing a search engine using the postgresql's databas. I've already doing some tunnings looking increase the perform. Now, I'd like of do a realistic test of perfom with number X of queries for know the performance with many queries. What the corret way to do this? I guess the only

[PERFORM] Creating a correct and real benchmark

2006-02-20 Thread Marcos
Hi, I'm developing a search engine using the postgresql's databas. I've already doing some tunnings looking increase the perform. Now, I'd like of do a realistic test of perfom with number X of queries for know the performance with many queries. What the corret way to do this? Thanks. ---