Re: Any tips for this particular performance problem?

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: Sergio Bruder <bruder(at)conectiva(dot)com(dot)br>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Any tips for this particular performance problem?
Date: 2001-07-10 14:04:43
Message-ID: 3B4B0B7B.20E2F645@tm.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Sergio Bruder wrote:
>
> If you have time, take a quick look at
>
> http://acidlab.sourceforge.net/perf/acid_perf.html
>
> PostgreSQL has serious scalability problems with snort + acid. Any
> advices?

Usually porting from MySQL to PostgreSQL needs some rewrite of
queries and process logic if good performance is required.

> (Now I'm using MySQL with my SNORT/ACID setup, but I'm willing to
> change to PostgreSQL if more tests are needed)

Are these tests run using BSDDB backend (for transaction support) or
the old/fast MySQL storage ?

-----------------
Hannu

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Molter 2001-07-10 14:06:07 Re: Performance tuning for linux, 1GB RAM, dual CPU?
Previous Message Sergio Bruder 2001-07-10 14:01:59 Re: Any tips for this particular performance problem?