On Mon, Apr 25, 2011 at 12:30 PM, J Sisson <sisson.j@xxxxxxxxx> wrote: > machines, and virtually every MySQL machine has required data cleanup > and table scans and tweaks to get it back to "production" status. Tip from someone that manages thousands of MySQL servers: Use InnoDB when using MySQL. Using a crash unsafe product will yield undesirable results when a server crashes. It is also faster for many use cases. InnoDB is crash safe. It is just that simple. -- Rob Wultsch wultsch@xxxxxxxxx -- Sent via pgsql-performance mailing list (pgsql-performance@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-performance