Andy George wrote:
Not intended as a slur, or sarcasm, or to cast aspersions to anyones
intellegence, the question is purely one of query from someone that
doesnt know a blind difference between Postgre and My SQLs
You might like to consider PostgreSQL instead of MySQL.
<generalisation type=gross>
PostgreSQL is tidier, and handles load better.
MySQL seems initially fast, but the ISAM table type doesn't work as well
as some,
and tends to corrupt itself (hint, switch to InnoDB, i've seen it work
10x faster under
certain circumstances and is more reliable).
</generalisation>
Cheers, Rex