<br><br><div><span class="gmail_quote">On 07/06/07, <b class="gmail_sendername">Karanbir Singh</b> <<a href="mailto:mail-lists@karan.org">mail-lists@karan.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Peter Childs wrote:<br>>  Why MySql? Why not use a database which does not have Massive database<br>> corruption problems no referential interrogatory.<br><br>While I am sure these are issues that have caused you grief at some
<br>point or the other - I've never had such issues, and we do use mysql<br>quite extensively. And, were unlikely to make a change at this stage.</blockquote><div><br><br>Innodb - Has transactions slow and has scaling issues.
<br>Myisam - No Transactions but fast.<br><br>Thats not to say the failure to through errors for invalid data and to just blindly accept it and fail to do anything with it.<br>MySql may be fine for most peoples web app but don't try using it on any really really large amounts of data (or speed) where the data actual matters.
<br><br>Peter.<br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> MySql may have come a<br>> long way but it is nothing short of a quick and dirty solution. I can
<br>> find a list a mile long of reasons not to use MySql...<br><br>While it may make for good social chatter around a few beers, I can<br>assure you that we did trial a few other db's at various times, when we<br>
had the options, and we've not really come up with a viable other<br>option. Well, a neteeza box wold be nice to have - however, millions of<br>pounds is not what we are looking to spend here!<br><br>> Unfortunately I'm yet to find a reason to use it. (except maybe "Because
<br>> everyone else does" which just does not work for me :).<br><br>functional, working replication and a very low barrier to entry are two<br>good reasons to start with mysql - and fairly respectable performance
<br>too. Lots of people start with mysql and then as their needs change and<br>their own knowledge of the db ecosystem evolves they move to other<br>solutions like firebird, pgsql - heck even sqlite is something often<br>
considered these days.<br><br>--<br>Karanbir Singh : <a href="http://www.karan.org/">http://www.karan.org/</a> : 2522219@icq<br>--<br>Gllug mailing list  -  <a href="mailto:Gllug@gllug.org.uk">Gllug@gllug.org.uk</a><br><a href="http://lists.gllug.org.uk/mailman/listinfo/gllug">
http://lists.gllug.org.uk/mailman/listinfo/gllug</a><br></blockquote></div><br>