MySQL Conference – Opening Keynote with Marton Mickos

It’s an early start this morning at 8:20am at MySQL Conference 2007 with CEO Mårten Mickos keynote talk Welcome and State of MySQL AB.

Here are some of the key points that impressed on me.

**“The Participatory & Disruptive spirit of the Dolphin.”**.

Open Source disrupts inefficient models and produces new wealth.

Architecture of Participation.

  • GPL and FOSS licenses
  • Google
  • del.ico.us

MySQL Architecture of Participation
You have the forge, the planet, community contributer program and many more.

Production of Amateurs

  • You Tube
  • Second Life
  • Wikipedia

Some really great Quotes:

“Fail often to succeed soon.” IDEO company slogan

“Noah’s Ark was built by amateurs, but the Titanic by professionals.”

Innovation Happens Here

MySQL Monitoring & Advisory Service

In his presentation of MySQL Network Enterprise Dashboard, If you were quick you would have noticed the MySQL Version 6.0.0-alpha-pb518.log

Leading Applications

  • Open Source ISVs
  • Web
  • Web 2.0
  • On-Demand
  • Hosting
  • Telco & VOIP
  • Security
  • Enterptise 2.0
  • Hub & Spoke

We want to be known as The Online Database.

Drawn to the Lamp

  • Microsoft
  • Oracle
  • IBM
  • Sun
  • HP
  • Dell
  • Unisys

They all have an Open Source strategy, the develop open source products, they use and partner with MySQL.

He also mentioned MySQL Enterprise Connection Alliance – MECA.

Global Distributed Organization

  • 70% work from home
  • 100 major locations in nearly 30 different countries.
  • There is a great focus on culture – global culture.

Disruptive Businesses

  • A smarter way to produce the goods

  • A smarter way to distribute them

  • Serve the underserved

  • Keep it simple

  • Innovate with technology to give customers more convenience

  • Make money

  • Gartner: 66% of enterprises are deploying MySQL or planning to

  • 750,000 newsletter subscribers

  • MySQL installed in over 11 million installations

Going Forward

  • Scalability
  • Availability
  • Manageability
MySQL – The best online database in the world.
Tagged with: Databases General MySQL MySQL Conference &Amp; Expo 2007

Related Posts

More CPUs or Newer CPUs

In a CPU-bound database workload, regardless of price, would you scale-up or scale-new? What if price was the driving factor, would you scale-up or scale-new? I am using as a baseline the first available AWS Graviton2 processor for RDS (r6g).

Read more

An Interesting Artifact with AWS RDS Aurora Storage

As part of using public datasets with my own Benchmarking Suite I wanted upsize a dataset for larger volume testing. I have always used the INFORMATION_SCHEMA.TABLES data_length and index_length columns as a sufficiently accurate measurement for actual disk space used.

Read more

How long does it take the ReadySet cache to warm up?

During my setup of benchmarking I run a quick test-sysbench script to ensure my configuration is right before running an hour+ duration test. When pointing to a Readyset cache where I have cached the 5 queries used in the sysbench test, but I have not run any execution of the SQL, throughput went up 10x in 5 seconds.

Read more