Page 1 of 1

Re: [Nagios-devel] NDO - why not innodb?

Posted: Mon Aug 20, 2007 4:02 pm
by Guest
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.

--8323328-1792880126-1187653528=:18380
Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1; FORMAT=flowed
Content-Transfer-Encoding: 8BIT
Content-ID:

On Mon, 20 Aug 2007, Hendrik Bäcker wrote:

> I've only heard that PostgreSQL might be better in performance and for
> this huge amount of data.
>
> I also do not want a flame war too, but I would just like to know what
> other people are thinking in the manner MySQL vs. PostgresQL.

In my experience, Postgres tends to have much better performance when you
start throwing things like transactions, foreign keys, and concurrent
reads and updates of the same table into the mix, all of which are things
that should probably be used by Nagios. I understand that InnoDB helps out
MySQL a lot with these things.

I haven't had much experience writing to an abstraction library, so I
can't speak to that.... but I would suggest that even if the abstraction
layer lets you use a database without transactions, subselects, or foreign
keys, don't stop using those things just so Nagios can run in more places.
Those are important features.
--8323328-1792880126-1187653528=:18380--





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]