The second edition of the
MySQL 5.1 Cluster Study Guide is now available
through Vervante books. Those of you who have patiently emailing
me to ask when you can order your copy should should get their
order in ASAP.
Open source tour of Europe: Germany
To coincide with EURO 2008, I’m embarking on a virtual European tour, taking a quick look at open source policies and deployment projects in the 16 nations that are competing in the tournament.
It doesn?t matter what the competition is, or how well the team has been playing, when it comes to international football tournaments, Germany is always amongst the favourites, and the Germans are in the final once again despite a poor performance in beating Turkey 3-2.
Similarly, when it comes to open source adoption, Germany has a long tradition of leading the world. …
[Read more]GigaOm’s Structure Conference took center stage today and lots of interesting stories are coming down the pipeline. Here are today’s top picks:
While participating on a panel at Structure titled “Working the Cloud: NetGen Infrastructure for New Entrepreneurs ,” Google’s Christophe Bisciglia, was forced by several other panelists to defend the openness of BigTable, Google’s internal database system Alistair Croll of BitCurrent offers 5 reasons why cloud computing isn?t just hype: power and cooling are expensive, demand is global, computing is ubiquitous, applications are built from massive and smart parts, and clouds let us experiment Zack Urlocker …[Read more]
I just got back from 3 days of conferences - 2 days at Velocity
and one at Structure '08. The Velocity Conference was billed as
the 1st conference devoted exclusively to web performance and
operations. And the sessions did live up to this. They had over
700 attendees which is not bad for the first time.
Being a performance person, I chose to mostly attend the performance sessions. What I found was that the sessions were heavily geared towards the client-side. There were sessions on how to tune your javascript, images, reduce network traffic etc. - all trying to reduce the end-user response time.
Our session was of course on tuning the server-side. There was another one on squid/varnish and mysql sharding - but beyond that, client …
[Read more]
I just got back from 3 days of conferences - 2 days at Velocity
and one at Structure '08. The Velocity Conference was billed as
the 1st conference devoted exclusively to web performance and
operations. And the sessions did live up to this. They had over
700 attendees which is not bad for the first time.
Being a performance person, I chose to mostly attend the performance sessions. What I found was that the sessions were heavily geared towards the client-side. There were sessions on how to tune your javascript, images, reduce network traffic etc. - all trying to reduce the end-user response time.
Our session was of course on tuning the server-side. There was another one on squid/varnish and mysql sharding - but beyond that, client …
[Read more]James Dixon has given the thumbs-up to my stretching his Bee Keeper analogy to explain open source development models (which is nice) and in doing so has suggested a new term to help quickly explain the difference between vendor- and community- dominated development projects.
The debate about the difference between the two approaches, and the language used to describe them, has been simmering for some time. For some background on it, and an explanation about why it matters, see Ted Ts’o’s …
[Read more]
One of the best discussions at Tuesday's CloudCamp
San Francisco was "SQL or SimpleDB - Who will win?" Cloud
computing is part of a fundamental shift in computer operations
propelled by virtualization of hosts and disk storage. We were
already starting to argue about SimpleDB as the camp started when
the person sitting next me astutely jumped up and proposed it as
a topic for discussion.
The argument against SQL goes something like this. Many
applications handle very simple objects using only primary key
look-ups. Hashtable-based datastores like SimpleDB and BigTable handle that model and also partition data
automatically. This simpler data model maps better to object
models in scripting languages, many of which …
I caught Facebook - Needle in a Haystack: Efficient Storage of Billions of Photos on Flowgram. First up, I’m not a big fan of Flowgrams - the format is sensible, slide and voice, is excellent, but the delivery in a web browser isn’t optimal… make downloadable videos!
The talk however, was excellent. Do watch it, and learn a bit more about Facebook’s infrastructure. Anyway, some notes I took from the talk:
- “We’re one of the largest MySQL installations in the world”
- Use memcache - “We have memcache because databases aren’t fast” (later on in the questions)
- Separate team focusing on APE (Apache, PHP and Extensions that they work on)
- 6.5 billion total images, 4-5 sizes stored for each, so 30 billion files, of about 540TB total… During peak? 475,000 images served per second, and growing by …
This is not related directly to MySQL, but alas I must rant. In this day and age I’m not sure why an application would require IE7 and ActiveX controls to run a ticketing system. If we’re in the technical world, as sysadmins or DBAs, which run Linux/Solaris/Unix on any good server in order to get work done, it only makes sense to use a unix based OS (osx,linux,solaris) as a workstation.
It’s easier to interface with servers, there are better terminal options (in which we live our daily lives), free options to just about everything that exists in Windows, and YET there are ticketing systems (RNT) that require IE7 and ActiveX controls - which require you to run WindowsXP. It doesn’t work on windows server 2003, it doesn’t work on Windows 2000 Pro.
So what are we left with? An impossible situation that requires an employee to run two OSes in order to get work done. Ridiculous! It’s a waste of time and resources. Not to …
[Read more]In case you are attending Oracle Open World 2008, the biggest Oracle conference in the world, and interested in either (or both) MySQL or Oracle Enterprise Manager Extensibility — I posted a proposal for a new presentation:
Extending Oracle Enterprise Manager by Example — Creating MySQL Management Plug-In
I’ve started looking into Oracle extensibility several years
ago and since then I’ve seen lots of improvements in
Extensibility Guide and many new plug-ins have seen the light of
the day. However, creating a new plug-in is still considered to
be something special and not available to mere mortals.
In this presentation we will see how easy it is to create a new
plug-in. What are the steps …