<br><br><div class="gmail_quote">On Fri, Aug 21, 2009 at 10:05 AM, Madison Kelly <span dir="ltr"><<a href="mailto:linux-5ZoueyuiTZhBDgjK7y7TUQ@public.gmane.org">linux@alteeve.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
tug wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Robert Brockway wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, 19 Aug 2009, tug wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
At TLUG meetings I've heard negative comments about MySQL, and that Postgres is a better option. If I've got to go through hoops (aka read manuals and look at log files) to get the database migrated, should I also consider switching databases?<br>

</blockquote>
<br>
MySQL vs Postgres is like vi vs Emacs or Linux vs FreeBSD.<br>
<br>
The reality tends to show that each has advantages over the other depending on the workload.<br>
<br>
Even if you found that Postgres was faster than MySQL for your application it is unlikely that the difference would be enough for your to care. Under low load the bottleneck probably isn't the DB at all.<br>
<br>
OTOH the best way to learn about an app is to use it, so if you want to get experience with Postgres, then by all meants switch over.<br>
<br>
Cheers,<br>
<br>
Rob<br>
<br>
</blockquote>
Thanks for the responses... I was worried about backing the wrong (unmaintained) horse... I just use a database as a place to store data, and don't really care which (open source) - INSERT, UPDATE, SELECT and DELETE are all I use.<br>

<br>
If ever I develop a prototype killer app, I will be sure to consult a database expert :)<br>
<br>
Tug<br>
</blockquote>
<br>
For what you're doing, I don't think one is really better than the other.<br>
</blockquote><div><br>My opinion :<br><br>MySQL, strange license... questionable SQL (you can insert a 10 char string into a 5 char field), prone to data loss. <br><br>Postgresql bsd license, much higher throughput, very difficult to lose data. ( I have had a customer pull the fiber out of a fiber channel and they didn't lose any data.)<br>
<br>Dave</div></div>