After listening to a long talk on the glories of MySql (Its no
better than Postgres, Postgres can do things MySql can't do and MySql can
do things Postgres can't do... So I'm not going to change camp) but it is
a good idea to know what the other camp thinks.
One nice feature that was meationed was the ability to log queries
by how long they took, I'm already loggin all my queries but this produces
alot of junk. Is it possible to just log all the queries that take longer
than say 30secs so I can then work on those that really take ages to speed
my program up.
Thanks in advance.
Peter Childs