Showing entries 34286 to 34295 of 44877
« 10 Newer Entries | 10 Older Entries »
Sun Introduces MySQL Workbench

Sun Microsystems, Inc. today announced the availability of MySQL™ Workbench, a new visual database design tool that integrates data modeling, physical database design, database creation, change management and documentation capabilities into a single, seamless environment for MySQL developers and DBAs.

MySQL Workbench is available for download in two versions: an open source Community Edition and a (US) $99 commercial Standard Edition. Both are available now for Microsoft Windows, with future cross-platform support for Linux and Macintosh OS X under development.

8mm observations from this mornings MySQL UC Keynotes

Allow me to provide some relaxed photographic observations from this morning’s MySQL UC keynotes.

Warning 1: My view is distorted, by my favourite lens, Sigma 8mm.

Warning 2: I took the pics with a shaky hand in low light, so they’re not sharp ones, of the James Duncan Davidson type (the guy who takes all the great pics for O’Reilly).

On Johnny Good’s command, doors open, and the audience starts pouring in.

Zack Urlocker has challenged me in the James Callis Lookalike Contest (of Battlestar Galactica fame), but is himself clearly in the lead.

Journalist James Niccolai of IDG, taking a picture of Rich Green and Mårten Mickos (Note: I am a fan of recursion; it would have been even better if Zack had taken a picture of me taking a picture of James, Rich and Mårten).


Mårten Mickos talking to Sheeri Kritzer Cabral.


Jay Pipes’s head is moving so fast talking to …

[Read more]
Yes, It's That Time of the Year Again...

that the "lightning bloggers" at the MySQL conference achieve total dominance of the "Top 30 Most Active" list on PlanetMySQL. I have so many things going on at the conference that I don't often find time to blog and so my name drops off the active list as fast as you can say "online backup"...

OK, in all seriousness, this post is actually about something... Our friend Julian Cash will be at the conference tomorrow, taking photographs, in his trademark fashion, of conference attendees. His work can be found all over, including Brian Aker's site, and he's been at various open source conferences around the world. He'll be in the …

[Read more]
Sheeri blogging and vlogging

There’s a reason for Sheeri winning the Community Advocate of the Year award. Her activity level is hard to beat.

If you want a chance to beat Sheeri for 2009, you need to master multitasking. Not only is Sheeri listening to Mårten presenting his keynote. She’s preparing for some vlogging, i.e. recording Mårten’s presentation. And she’s blogging at the same time. And (although she doesn’t know it until three seconds after the picture was taken) she’s getting ready for getting up on stage to receive her 2008 award.

Ah, myself I’m only listening, and taking the odd picture. (Some of them very odd).

PrimeBase XT (PBXT) in the news

In today’s Official MySQL Press Release, PrimeBase XT (PBXT) has been named along with three other storage engine partners in “Sun Celebrates Third-Party MySQL Storage Engines“.

This a great achievement for a small company to be recognized in the certified storage engine partner program, in comparison to the other companies that are much larger on the balance sheet. This continues the news with last week you may have read PrimeBase Technologies a MySQL Platinum Level Partner.

A noted absence from the list is Nitro, an expected absence was Solid.

MySQL Conference and Expo 2008, Day One

Today is the first day at the conference (aside from the tutorials, which were yesterday). Here’s what I went to: New Subquery Optimizations in 6.0 By Sergey Petrunia. This was a similar session to one I went to last year. MySQL has a few cases where subqueries are badly optimized, and this session went into the details of how this is being addressed in MySQL 6.0. There are several new optimization techniques for all types of subqueries, such as inside-out subqueries, materialization, and converting to joins.

Get a free sample chapter of High Performance MySQL Second Edition

If you’re at the MySQL Conference and Expo, you can get a free sample chapter of the upcoming High Performance MySQL Second Edition. Just go to the exhibition area. As you go through the doors, take an immediate left and look for the sample chapter on O’Reilly’s table. It’s a rough draft and contains typos and my incredibly crude drawings instead of those that will go into the final book, but it should serve to give you an idea of the book’s depth and scope.

MySQL Conference Liveblogging: Disaster Is Inevitable - Are You Prepared? (Tuesday 4:25PM)
  • Suicide
    • having no backups
    • depending on slaves for backup
    • keeping backups on same SAN
    • having a single DBA - Frank didn't like this one at all
    • not keeping binlogs
  • Restoring from backup
    • how much time?
    • uncompressed backup ready to mount?
    • separate network for recovery?
  • In Fotolog, 1TB of data was severely hit.
    • first problem: backup was highly compressed (tar.gz)
    • uncompressing took hours
    • so keep uncompressed backups (at least last N days)
    • it should be mountable, rather than transferable
  • Frank going over recovery modes at …
[Read more]
Slides: New subquery optimizations in MySQL 6.0 (new revision)

I'm now at MySQL Conference and have just finished my New Subquery Optimizations in MySQL 6.0 talk. If you're eager to get the slides, here is the link to the pdf file and a mirror.

The talk has the same name as this MySQL University session but the slides have been thoroughly re-worked, and also there is new content:

  • More detailed explanation of subquery handling in 4.1/5.x
  • More reliable/justified benchmark numbers
  • Observations about subquery demographics
  • An attempt at comparative analysis of how MySQL's …
[Read more]
Notes from InnoDB status, architecture and new features

Here is the notes from “InnoDB status, architecture and new features” by Heikki Tuuri and Ken Jocobs.

  • Introduction
    • fast
      • row-level locking, MVCC -> high concurrency & throughput
      • high performance CPU, memory and I/O architecture
      • efficient indexing (covering)
    • reliable
      • automatic crash recovery
      • integrated referencial integrity and transactions
      • online backup
      • well written, well tested and large user community
[Read more]
Showing entries 34286 to 34295 of 44877
« 10 Newer Entries | 10 Older Entries »