Selena Deckelmann has posted some ideas about a “hacker’s cooperative” for PostgreSQL.
As you may have noticed, Calpont has been advertising themselves as an open-source storage engine for MySQL. And yet there is no source code.
A bit of back-story. When we were choosing speakers for the Percona Performance Conference, I personally reviewed Calpont’s submission and sent them an email on March 19th:
I cannot confirm that this is an open-source columnar storage engine. I can’t find source code or a download of the software. Can you point me the right direction on that? I want to be sure we are describing things accurately.
The response was
Calpont is indeed going to be placed into …
[Read more]MySQL 5.4 was released this week at the MySQL conference, and billed as the “community release.” This seemed odd to some of us, and I heard lots of comment on it in the hallways. After all, the release was a surprise; the community didn’t know it was happening.
A source from within Sun, who is familiar with the details and wishes to remain anonymous, told me the story behind the release. I want to say that after this conversation, I fully support the release of 5.4 and I want to praise it generously. It is a great step in lots of right directions! It’s good for everyone. The secrecy was a necessary strategy.
The details must remain a secret, but perhaps someday it’ll be known.
Thank you Sun!
Open Query too is exploring utilising SSDs in a MySQL infrastructure, but we wouldn’t be us if we didn’t also try some alternative perspective on it. Right now we’re running some comparative tests against various spinning HD setups in the same box, using the same controller, so we’re looking for differences rather than absolute speed.
The results so far are interesting, but the selection of SSDs we have available is limited (never enough toys!) So, a request: do you have an SSD, it’d be great if we could run our test tool on it for a bit. It won’t take long, but naturally the box shouldn’t be used for something else while the test is running. We can either log in remotely, or exchange code and results over email. Simply contact us through our site’s contact form, and we’ll sort things out! Thanks.
If you work for a vendor and would like to have your gear put …
[Read more]We had to apply a weird tweak as the default Ubuntu Jaunty packages are named something like 5.1.30really-5.0.xx. Several people have filed bugs on it with Ubuntu on Launchpad.
What I suspect happened (unconfirmed!) is that Canonical was contemplating putting 5.1 into Jaunty, had it in a beta but went back to 5.0 before release. Since downgrading by version number is a manual process in apt-get, the above hack allows a downgrade that looks like an upgrade…
Our original Jaunty build worked fine if you were starting from scratch, however an upgrade from the default MySQL on Jaunty would not work. Peter has built 5.1.30really-5.0.77-d8-ourdelta, which upgrades happily from the default Jaunty install or any other earlier install (such as from Intrepid). If you upgrade from an earlier Ubuntu version, do make sure you fix up your /etc/apt/sources.list.d/ourdelta.list with …
[Read more]
The Configurator has undergone some serious fixing as
2.0 had some issues.
Here is a brief list of the enhancements:
- error handing and progress reports - I have rewritten almost
all scripts with better error handling and progress reports. E.g,
if a node fails to start during a rolling restart, then the
rolling restart script is aborted and you get a suggestion how to
recover. If you run start-cluster-initial.sh on an already
started cluster, it will refuse to run. There are many more
changes like this to check the status of the nodes (both data
nodes and sql nodes) during startup
- download link to package - When you have entered the email address, then you will also get a link where to download the package, in case you experience problems with receiving the email (I have raised an issue to the hosting company about this) …
We have published a new SPECjAppServer 2004 result: 2925.18 JOPS@Standard. Total list price for the configuration, software and hardware together, is $78,834.00, yielding $26.95 per $/JOPS (or, if you are brave enough to go without support, $13.29). The setup includes GlassFish v2.1 and … |
I joined about 50 others including a number of core MySQL developers and MySQL community members today for the 2009 Drizzle developers day at Sun Microsystems Santa Clara campus.
In addition to a number of presentations and various group discussions most of my individual hacking time was under the guidance of Drizzle team developer Stewart Smith were Patrick Galbraith and myself started the porting of Patrick’s memcached UDF functions for MySQL.
Leveraging some existing Drizzle plugin’s such as CRC32() and UNCOMPRESS() we were easily able to navigate the src/plugin/memcached directory plug.in, Makefile.am and drizzle_declare_plugin definition in the …
[Read more]I spent the day at the Drizzle Developer Day at Sun's insane asylum campus. I'm not joking here, the campus was apparently a former insane asylum. First off I battled getting Drizzle to compile on Ubuntu 8.10, where the secret sauce appears to be to know about the drizzle-developer PPA. If you're using Ubuntu 8.10, add this to your sources.list and life will be a bit better:
deb http://ppa.launchpad.net/drizzle-developers/ppa/ubuntu intrepid main deb-src http://ppa.launchpad.net/drizzle-developers/ppa/ubuntu intrepid main
After that compiling drizzle was pretty easy.
Tags for this post: mysql
drizzle
Related posts: …
As you may have noticed, Calpont has been advertising themselves as an open-source storage engine for MySQL. And yet there is no source code. A bit of back-story. When we were choosing speakers for the Percona Performance Conference, I personally reviewed Calpont’s submission and sent them an email on March 19th: I cannot confirm that this is an open-source columnar storage engine. I can’t find source code or a download of the software.