On 17/11/2005, at 12:01 PM, Bill K. wrote:
On 11/16/05, Phillip H. [email protected] wrote:
ACID (ACID - Wikipedia is a fairly good outline).
The only real ACID backend MySQL has (InnoDB, nothing else is really
ACID) has recently been purchased by Oracle, who aren’t exactly best
mates with MySQL ABThat doesn’t sound good. What does this mean for the future of the
InnoDB engine? It’s open source, so they can’t remove it, but I
guess the support can substantially decrease.
As it’s open source I’m assuming someone else will maintain it, but
there wasn’t a huge development team beforehand. MySQL AB will
probably hire someone.
Not really true any longer. With some performance tuning - eg
appropriate indexes and cache sizes, PostgreSQL is supposed to be
pretty close to MyISAM’s speed, and that’s with ACID compliance.Have there been any benchmarks published? Given my resources and
time, though, the most applicable benchmark would be performance
using standard configurations with simple modifications only – no
heroic reconfigurations. That’s also why I like MySQL. It has a
reputation for being fast and reliable out of the box.
Maybe I should do some, I have both MySQL and PostgreSQL on all my
machines. They’re not amazing machines, but I’ll see if I can get
some figures if I have time.