Someone pointed this out to me the other day. Look at the comment on the revision:
Merge community up to enterprise, thus ending the community-server adventure.
Someone pointed this out to me the other day. Look at the comment on the revision:
Merge community up to enterprise, thus ending the community-server adventure.
As many of you already know, MySQL Workbench offers powerful scripting support and a plugin interface that allows anybody to extend the application or add new functionality.
The latest addition to the WB plugin family has been written by Thomas Henlich. It features SQLite compatible SQL export of your Workbench models.
Download it from his blog and please provide feedback on the forums.
We are working on improving the scripting support in WB 5.2 and finally adding proper documentation so even more people can contribute.
As you know Sun/MySQL and MeetUp.com could not agree on terms of the sponsorship and so now all MySQL meetup organizers have to pay for their Meetups or move them to the different location. Facebook is suggested as one of alternatives.
I'm not to take any sides in this story and judge who is wrong and who is right but I think it is quite a bad situation to be forced to move off meetup with just a 7 days notice. It may be good idea to host communities in the space which does not make organizers dependent on the sponsor but I think Meetup organizers deserve more time to arrange the move.
We spoke with Jeremy Cole and agreed it will be a good idea to offer the sponsorship MySQL Meetup organizers looking to stick with Meetup.com a little longer. You can read Jeremy's posts on the same matter …
[Read more]Percona and Monty Programming AB announced formation of Open Database Alliance. Read on press release for details.
Entry posted by peter | 2 comments
[Read more]
Just over a year ago we registered the domain name mysqlfoundation.org in the hopes that Sun/MySQL
will actually create such an entity.
My idea was to move the development of the MySQL Community server
to the Foundation and make the development fully community
orientated. The Foundation would have its own development goals
and release schedule. Sun could then pull patches from the
Foundation's Community server into the Enterprise server once
they had stabilized.
I pitched the idea to several people at Sun back then and over
the last year, however, for some reason, the foundation concept
just proved impossible to push through.
I believe this would have been a great opportunity for Sun to
take the leadership in the community, as the foundation idea
dates back to before things really started …
Today we at Monty Program Ab and our dear friends at Percona announced the Open Database Alliance. Click the name for the full press release.
If you are a MySQL hacker, user, documentation writer, or just an interested bystander, we’re ensuring the database software you have come to know and love, and with which you (quite rightly) feel a sense of shared ownership, stays Free and open. Not only are we going to keep the same development and participation model with which you are familiar, but we are going to open the project even wider. Got patches? We want them! Got questions, comments, or other issues? We want to hear them, and we will respond in meaningful ways! Got production deployments of MySQL? We will keep you up and running without labyrinthine …
[Read more]If you participate at all in the MySQL Meetup circuit, by now it’s likely you’ve heard that the agreement currently in place between Meetup.com and MySQL/Sun is expiring quite soon. Because of that, MySQL Meetups which used to be free for organizers are reverting to paid status very soon (costing the organizer at least $12 per month). MySQL Meetup organizers (like myself) have received an email from Meetup.com giving them 7 days warning. MySQL/Sun have suggested that all MySQL Meetups move to Facebook.
I don’t know all of the details of MySQL and Meetup.com’s prior arrangement for this sponsorship, but from …
[Read more]
I want to show my personal appreciation for Boston by sponsoring
the MySQL User Group for one year. I am doing that with my own
money, without involving my company.
You can also donate for a MySQL user group, if you want, using
the Technocation fund.
You …
One of the goals we had originally with the MySQL 5.4
development was to improve scaling from 4 cores to
8 cores. So in my early testing I ran comparisons of
the Google SMP + IO + tcmalloc patches on 4, 8 and 12
cores to see how it behaved compared with a stock
MySQL 5.1.28 version (Note the comparison here was
done on a very early version of 5.4, 5.4.0 have a
set of additional patches applied to it).
What we can see here is that the Google SMP patch and use
of tcmalloc makes a difference already on a 4-core server
using 4 threads. On 1 and 2 threads the difference is only
on the order of 1-2% so not really of smaller significance.
An interesting note in the graph is that 8-core numbers
using
the Google …