Showing entries 16403 to 16412 of 44965
« 10 Newer Entries | 10 Older Entries »
L2 cache for MySQL

The idea to use SSD/Flash as a cache is not new, and there are different solutions for this, both OpenSource like L2ARC for ZFS and Flashcache from Facebook, and proprietary, like directCache from Fusion-io.
They all however have some limitations, that’s why I am considering to have L2 cache on a database level, as an extension to InnoDB buffer pool.
Fortunately, there is a project in progress Flash_Cache_For_InnoDB by David which implements this.
David helped us to port his work to the latest Percona Server and you can get it from our launchpad Percona Server 5.5.28

[Read more]
How can MySQL Replication Break?

How many different ways can you get into trouble with replication?  Most of them are obvious once they happen to you, but until they do you're often not watching out for them.  This is a list of all the ones I can think of, and most of them have happened to me at one point.

Don't get me wrong, I think MySQL Replication is very robust and easy to use, but when you have lots of servers replicating, you're likely to hit those edge-cases more often; you will see problems.  It's better to plan on making things resilient than expecting they will never break.

1. Relay Log corruption

This happens either because the master's binlog is corrupted, or because of network issues. Or aliens.  The causes can seem pretty random, and it's usually just easier to fix it and move on.  By issuing a CHANGE MASTER TO ... ; statement which includes MASTER_HOST and sets the …

[Read more]
Replaying database load with Percona Playback

If you are planning to upgrade or make any configuration change on your MySQL database the first advice usually is:

- Benchmark!

How should we do that benchmark? People usually run generic benchmark tools like sysbench, tpcc or mysqlslap that are good to know the number of transactions per seconds that a database can do but it doesn’t care about your workload, data set or queries. Those tools just run random queries against random generated data.

The best way to run a benchmark is replaying the load of your production server against a different database server and here is where Percona Playback can help us. Percona Playback is a new tool that can replay the data captured from the production server in another different server. It can replay queries from tcpdump or slow query logs. With this tool you can measure how a database upgrade, change on …

[Read more]
Cloud Operations Interview

Read the original article at Cloud Operations Interview

What does a cloud computing expert need to know? How do you hire a cloud computing expert? Competition for operations & DBAs is fierce, so you’ll want to know how to find the best.

If you’re a systems administrator or ops guy, you may want to prepare for an interview for such a position. Meanwhile, if you’re a director of it or operations, a recruiter or manager in HR, you’ll want to have some idea how to find the right candidate.

Here’s my guide to do just that. You may also jump to …

[Read more]
Danger Zone: MySQL and Windows/NTFS ‘Volume Shadow Copy’ Technology

Let us start when the first version of Windows XP was released. It included a feature that was not available in Windows 2000: ‘System Restore’. It was basically a set of hidden copies of system files that could be restored to the system on demand. It was a highly useful feature at the time as a lot of bad device drivers were around and installing one could destroy the system to an extent so that reinstalling the system would often be faster than repairing the damage (not to mention that repair would sometimes require skills that many users did not have). It saved my day at least 10 times back in the mid-00′es – in particular before the release of Servicepack 1 for WinXP that ‘hardened’ WinXP a lot against such ‘bad driver attacks’.

‘System Restore’ is still available in …

[Read more]
WebEx Today! MySQL Cluster 7.3 Development Release: What’s New

Thursday, October 25, 2012
MySQL Cluster 7.3 Development Release: What’s New

Join the webinar to get all of the detail on MySQL Cluster 7.3 DMR and Early Access releases. Announced at the recent MySQL Connect conference, Oracle has published previews of MySQL Cluster 7.3.

MySQL Cluster 7.3 delivers more power and flexibility than ever before. The webinar will demonstrate each of these new features and show you how to get started.

WHO:
Andrew Morgan, MySQL Product Management
Mat Keep, MySQL Product Management

WHAT:
MySQL Cluster 7.3 Development Release: What’s New web presentation.

WHEN:
Thursday, October 25, 2012: 09:00 Pacific time (America)

Thu, Oct 25: 06:00 Hawaii time
Thu, Oct 25: 10:00 Mountain time (America)
Thu, Oct 25: 11:00 Central time (America)
Thu, Oct 25: 12:00 Eastern time (America)
Thu, Oct 25: 16:00 UTC

[Read more]
50% discount on Friday 26 October!

We're excited to announce that Jet Profiler for MySQL will be featured on BitsDuJour, a 'deal-of-the-day' website that offers extensive, one-time discounts on a variety of great products.

Jet Profiler for MySQL will be featured at BitsDuJour on Friday, 26 October, at the dramatically reduced price of $249.50 (50% discount). The normal purchase price for Jet Profiler for MySQL is $499.00!

If you have any friends or colleagues who might be interested in Jet Profiler for MySQL, please let them know about this sale. We can't afford to offer this kind of discount often, and it will only be available on BitsDuJour for a single day.

Visit the promotion page on BitsDuJour on Friday 26 October to get Jet Profiler for MySQL for $249.50.


[Read more]
Tilgin Improves Subscriber Device Management with Embedded MySQL

Tilgin IPRG AB develops and delivers systems and software for the digitally-connected home. Using Tilgin home gateway software, as well as central software for remote control and operation of the network, Tilgin’s customers can offer their subscribers broadband services. The company has over 100 customers,  telecommunications and broadband operators, in more than 30 countries.

Tilgin needed a robust and scalable database solution for its auto-configuration server (ACS) product, tGem, used by its customers to manage the devices that provide their subscribers with access to television, internet, telephony, and other services. Tilgin chose MySQL as embedded database. This made it possible for Tilgin’s customers to easily and smoothly implement new generations of services, as well as to easily add new subscribers, ultimately enabling the company to save time and money. …

[Read more]
Upcoming Webinar – “Deploy MySQL Like a devops SysAdmin”

“devops” seems to be everywhere now, or at least everyone is talking about it. But what does that really mean? And how does the DBA integrate the movement ?

During next week’s webinar, I will explain to you the big principles of the devops culture and illustrate how DBA’s can (must) be part of the movement. Then I will explain the best practices on how to deploy MySQL in a large scale environment using tools coming from the devops world like git, puppet, vagrant, jenkins…

Be prepared for Halloween, register for this free webinar, and join me on Wednesday!

MySQL community in Barcelona - Let's meet in November

Update: With the enthusiastic responses that we have received from Barcelona, there is now an event defined at Evenbrite. If you are in Barcelona on November 13th, please register!



My company, Continuent, will have an engineering meeting in Barcelona, Spain, from November 11th to 16th.

We are meeting because, as we all work from home, we need to get in touch face-to-face at least a few times a year, and every time we try choosing a nice, inspiring place where we can both work and relax. This time, the choice went to Barcelona, which happens to be one of my favorite towns.

Now comes the community. We build software that is mainly directed to MySQL users (although we also dedicate much effort to replication to and from Oracle, Postgres, MongoDB). We use MySQL a …

[Read more]
Showing entries 16403 to 16412 of 44965
« 10 Newer Entries | 10 Older Entries »