MySQL architect Brian Aker discusses a wide range of issues in an interview with Don Marti, editor of LinuxWorld.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Well, they actually have quite a bit of practical application. In the database industry, we’ve been hearing, especially from companies like IBM, for some time now, about federating sources of data. So, taking data from different sites or, in this case, just different data strategies and putting them together. This is kind of a very early concept that Monty Widenius had when he first came up with MySQL, though it was more around analytics and transactional engines. What we’ve done is we’ve kind of spread that concept out.
The HTTP engine is an interesting one to look at. It was written as a piece of sample code, designed so that it can communicate with a Web site. It can fetch basic data through HTTP methods and then translate that to being able to use as SQL. OK. So what’s the big deal? Well, one big deal of this has been the S3 engine by Mark Atwood. Here’s an engine where you’ve got Amazon, who’s got this large infrastructure of available storage, and what Mark has done is he’s made that available through an engine.
For instance, I know one of his early cases right now is they’ve got a real estate agency that is collecting ongoing statistics and data about sales. And instead of creating a local repository of terabytes or petabytes of data storage, they’ve started architecting it to just like normal SQL. They insert it into their database. But instead of having to store that data locally, it’s actually placed into S3 for long-term archival. So they can take a data set that they may not really need access to all that often and put it into an environment where they don’t have to pay for anything but the actual storage costs. Which, when you work out the numbers between storing that data locally, having more sysadmins, having more infrastructure or just storing it in S3, the numbers are kind of strong toward using the S3 servers.
• Dell puts Linux and Atom in Vostro PCs
• Mozilla names best Firefox 3 add-ons
• Torvalds: Fed up with the 'security circus'
• Dell Latitude ON - big win for Linux
• Open source advocates hail appeals court ruling
LinuxWorld Conference and Expo San Francisco, August 4-7, 2008.
Linux Plumbers Conference Portland, OR, Sept. 16-19, 2008.
FreedomHEC Santa Monica, November 8-9, 2008.