From: | "Steinar H(dot) Gunderson" <sgunderson(at)bigfoot(dot)com> |
---|---|
To: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: sql-bench |
Date: | 2006-09-15 00:32:39 |
Message-ID: | 20060915003239.GA7892@uio.no |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
On Fri, Sep 15, 2006 at 02:11:23AM +0200, Grega Bremec wrote:
> Just a point (I've taught some MySQL courses before, sorry 'bout that;
> if you're not, I am, sort of :)) - the crash-proof version of
> transactional tables in MySQL was supposed to be the Berkeley ones, but
> (oh, the irony) they're still beta.
They are being dropped in 5.1.12 (yes, across a minor revision). From
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-12.html:
Incompatible change: Support for the BerkeleyDB (BDB) engine has been
dropped from this release. Any existing tables that are in BDB format will
not be readable from within MySQL from 5.1.12 or newer. You should convert
your tables to another storage engine before upgrading to 5.1.12.
/* Steinar */
--
Homepage: http://www.sesse.net/
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Davis | 2006-09-15 00:35:02 | Re: Vacuums on large busy databases |
Previous Message | Grega Bremec | 2006-09-15 00:11:23 | Re: sql-bench |