5.1, Innodb Plugin Release
« previous entry | next entry »
Dec. 3rd, 2008 | 03:56 pm
In MySQL 5.1 related new, Innodb has announced the release of their Innodb Plugin Engine for MySQL.
So why do I blog about it?
Because the Innodb plugin engine is the default engine Drizzle :)
Monty Taylor finished up the work last night to import it into Drizzle, and I just finished my review of the engine and have pushed it into our main branch.
Some of the advantages:
Fast index creation: add or drop indexes without copying the data
Data compression: shrink tables, to significantly reduce storage and i/o
New row format: fully off-page storage of long BLOB, TEXT, and VARCHAR columns
File format management: protects upward and downward compatibility
INFORMATION_SCHEMA tables: information about compression and locking
So why do I blog about it?
Because the Innodb plugin engine is the default engine Drizzle :)
Monty Taylor finished up the work last night to import it into Drizzle, and I just finished my review of the engine and have pushed it into our main branch.
Some of the advantages:
InnoDB Plugin "early adopter" release
from: anonymous
date: Dec. 4th, 2008 12:49 am (UTC)
Link
"The InnoDB Team is glad to announce the availability of the early adopter release of the InnoDB Plugin 1.0.2."
So, it sounds like the plugin itself is not GA. Rather, the announcement conveys that this release of the plugin is meant to function with the new GA release of MySQL 5.1.
Reply | Thread
Re: InnoDB Plugin "early adopter" release
from:
krow
date: Dec. 4th, 2008 12:56 am (UTC)
Link
Reply | Parent | Thread
(no subject)
from:
fallenpegasus
date: Dec. 4th, 2008 05:04 am (UTC)
Link
Reply | Thread
What about PBXT?
from:
http://claimid.com/m00dawg
date: Dec. 4th, 2008 04:35 pm (UTC)
Link
Reply | Thread
Re: What about PBXT?
from:
krow
date: Dec. 4th, 2008 05:10 pm (UTC)
Link
The hurdles with it are:
1) It needs to pass all tests (I pushed some fixes for it myself last week).
2) It needs to work on Solaris.
Reply | Parent | Thread