Showing entries 35551 to 35560 of 45391
« 10 Newer Entries | 10 Older Entries »
Basic requirements of production database environments

I just need to get some basics off of my chest here, it’s by no means a full list but it’s the most basic list I can think of to start with, and it’s basic because I am surprised by some of the slop I’ve seen in production environments.

1. Highly available server clusters - this is different than load balancing cluster, if confused see here.

2. Disaster recovery

-> this means daily,weekly,monthly backups as well as off site backups, and tertiary backups as well as a plan to get those backups imported and running in production as fast as possible. Backups should have consistency checking when they are created.

3. Security

-> perimeter on the network, VLAN’d databases from the web/app servers, firewall, ACLs, etc

-> system level: strong passwords on OS and database accounts (no blank …

[Read more]
MySQL World Tour in March and April

I hope I’ll have the opportunity to meet you in person soon.

A face to face meeting may indeed be possible, if our World Tour celebrating the acquisition of MySQL by Sun has a stop close to you, and if I happen to be lucky to be attending that particular meetup just announced:

To toast the success of the acquisition and engage with customers, employees, community developers and partners, Sun and MySQL executives will kick-off a global tour in March, hitting major cities worldwide leading up to the popular MySQL Conference & Expo in April. Every Sun-MySQL community can participate online, …

[Read more]
15 minutes with Jonathan Schwartz: Java and Linux

Sun formally completed its acquisition of MySQL on Tuesday. I was fortunate to spend 15 minutes on the phone with Jonathan Schwartz, CEO of Sun, after the press conference.

I asked him a range of questions about criticism of Sun over Linux, as well as whether the MySQL integration would be as prickly as Red Hat's acquisition of JBoss was at times.

As usual, Schwartz didn't disappoint.

The Linux Foundation's Amanda McPherson recently called you out over Sun's continued push for Solaris despite Linux's rise. Why aren't you giving up?

...

Integrating MySQL with Sun

We've now officially closed MySQL's acquisition by Sun this morning and I thought I'd make a few observations about the process. I've been through several acquisitions over the years, both on the acquiring and the acquired side, and so far, this one has gone the smoothest. While Sun is obviously a much larger company than MySQL, the approach that the Sun execs and managers have taken has been professional and respectful every step of the way. Not once have I heard Sun employees say "This is the way we do things here." Instead, there has been a strong desire to... READ MORE

MySQL is Officially a Part of Sun

Today, Sun announced we've closed the acquisition of MySQL - MySQL is now officially a part of Sun! From a dinner meeting back in late November, through some introspection from MySQL's CEO, to a closing today in late February - everyone involved showed a great sense of pace, urgency and excitement. And now, it's off to the races!

Since the announcement, I've seen and heard near universal support for the relationship - most everyone wants to know where we're headed, so here's a quick overview of our initial plans.

Starting today, we're rolling out global programs to raise awareness and adoption of MySQL among more established enterprises - you'll see ads like this (to the right) targeting institutions and independent software/service vendors (ISV's) looking to …

[Read more]
MySQL is officially part of Sun

Now we have The Real Thing: MySQL joins Sun Microsystems!

On 16 January 2008, less than six weeks ago, Sun announced their definitive agreement to acquire MySQL AB. That “definite agreement” was still subject to government approval in the US, Germany and Austria, and to the signing of the legal transfer documents by MySQL AB’s current owners.

Those hurdles have now been passed, and the acquisition is thus official. MySQL is part of Sun!

Many community members and customers have surely thought of Sun’s acquisition as a Done Deal already. Perhaps there never was any real uncertainty about it, but at least theoretically, there still was a risk of the deal not closing. That uncertainty is now removed.

This is very exciting for us at MySQL.

The last six weeks, we’ve been living under special circumstances: We’ve known that Sun is acquiring us. We’ve seen and experienced that …

[Read more]
Maximizing Sysbench OLTP performance for MySQL

Maximizing Sysbench OLTP performance for MySQL

Sysbench is a popular open source benchmark used to measure performance of various parts of the operating systems and (one) application (database). Since we are talking about MySQL, I will concentrate on the database part of the test.

The oltp test in the sysbench benchmark creates a single table and runs a set of queries against it. Each row in the table is around 250 bytes and by default it creates 1000 rows. For our experiment we used 10 million rows. Allan has blogged about the details regarding the experiments; I will present an alternate view to those experiments.

The trick to getting good numbers with Sysbench and MySQL is very simple

  1. Maximize CPU utilization
  2. Reduce delays due to IO
[Read more]
How do you define ?commercial open source??

Adobe has announced that it is sponsoring the SQLite public domain database engine project by joining Mozilla and Symbian on the SQLite consortium. The news is interesting in that it balances Google’s recent sponsorship of efforts to support Photoshop on Linux, while it also raises an interesting question about Microsoft’s attempt to define commercial open source.

SQLite has seen some success recently as the chosen database for Google?s Android project. It also replaced MySQL as the …

[Read more]
Tuning MySQL on Linux

In this blog I'm sharing the results of a series of tests designed to explore the impact of various MySQL and, in particular, InnoDB tunables. Performance engineers from Sun have previously blogged on this subject - the main difference in this case is that these latest tests were based on Linux rather than Solaris.

It's worth noting that MySQL throughput doesn't scale linearly as you add large numbers of CPUs. This hasn't been a big issue to most users, since there are ways of deploying MySQL successfully on systems with only modest CPU counts. Technologies that are readily available and widely deployed include replication, which allows horizontal scale-out using query slaves, and memcached, which is very effective at reducing the load on a MySQL server. That said, scalability is likely to become more important as people increasingly deploy systems with quad-core processors, with the result that even two processor systems will need to …

[Read more]
Maria build & public MySQL architecture meeting

First 'normal' build of Maria is now released; This is a build that went trough our build farm and compiled and passed all tests on many different OS and machine combinations.

You can find the release at http://dev.mysql.com/downloads/maria/index.html

I am quite happy with the Maria releases so far. The Maria team has been able to fix almost all reported bugs (a couple of not repeatable bugs remains) but the best news is that there have been very few bugs.

Now we have started to work on the few remaining features that is needed to be able to shift from Alpha to Beta: The main one is many concurrent insert and many concurrent selects on the same table. We hope to have this done in good time before the MySQL Users conference in April.

For anyone attending the MySQL users conference, I would like to take the …

[Read more]
Showing entries 35551 to 35560 of 45391
« 10 Newer Entries | 10 Older Entries »