<div>Just adding my two cents here:</div>
<div>The question of wether to use InnoDB or MyISAM, or MYSQL rather than PGSQL comes down IMHO to the question of your DB admin. I had mixed reports on performance with InnoDB and/or PGSQL, and I feel more comfortable with MySQL as I never had problems with it. On the other hand, InnoDB foreign key support is really nice considering the ndodb table structure. 
</div>
<div> </div>
<div>What would maybe be more interresting (for the community) is rather than stick to a specific database kind, use an abstraction layer in the ndo module. Therefore one could use whatever database you wish : mysql, pgsql and why not oracle or sybase? I don't think it really mathers to Nagios what kind of DB we are using (it should not).
</div>
<div><br>This could have a course some "performance" drawbacks in terms of query optimization ...</div>
<div> </div>
<div>Seb.<br> </div>
<div><span class="gmail_quote">On 8/20/07, <b class="gmail_sendername">Hendrik Bäcker</b> <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:andurin@process-zero.de" target="_blank">andurin@process-zero.de
</a>> wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Kevin,<br><br>Kevin Menard wrote:<br>><br>> I'd highly recommend using InnoDB.  Actually, I'd recommend using 
<br>> PostgreSQL, but it's not my intention to start a flame war.  Given the<br>> critical nature of the data being logged, I'd ensure data consistency with<br>> InnoDB tables.<br>><br><br>Looking at my MySQL based NDO DB with 7000+ Service Checks I can see 
<br>tons of inserts every second.<br><br>I've only heard that PostgreSQL might be better in performance and for<br>this huge amount of data.<br><br>I also do not want a flame war too, but I would just like to know what 
<br>other people are thinking in the manner MySQL vs. PostgresQL.<br><br>Up to now I can say that the MySQL Process on my nagios server is eating<br>up the cpu's and I am thinking about to test it with a postgresql.<br>
<br>I am not a DB engenieer so please don't ask about my config params like<br>different kind of tunings ;)<br><br>Regards<br>Hendrik<br><br>-------------------------------------------------------------------------<br>
This SF.net email is sponsored by: Splunk Inc.<br>Still grepping through log files to find problems?  Stop.<br>Now Search log events and configuration files using AJAX and a browser.<br>Download your FREE copy of Splunk now >>   
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://get.splunk.com/" target="_blank">http://get.splunk.com/</a><br>_______________________________________________<br>Nagios-devel mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Nagios-devel@lists.sourceforge.net" target="_blank">
Nagios-devel@lists.sourceforge.net </a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="https://lists.sourceforge.net/lists/listinfo/nagios-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-devel
</a><br><br><br></blockquote></div><br>