Showing entries 39781 to 39790 of 44003
« 10 Newer Entries | 10 Older Entries »
MySQL Index Analyzer: 0.04 released

Over on the MySQL Index Analyzer site I have just released version 0.04 as a downloadable package.

This is the first GUI version that allows real analysis and has more features than the command line version.

A quick overview of what is new:

  • Swing GUI
  • Analysis features as on the command line
  • Copying of generated ALTER TABLE statements to the clipboard
  • Information on data and index size distribution
  • Rudimentary analysis of possible disk space savings

So go have a look :)

Test Drive of Solid

Not so long ago Solid released solidDB for MySQL Beta 3 so I decided now is time to take a bit closer look on new transactional engine for MySQL. While my far goal is the performance and scalability testing before I wanted to look at basic transactional properties such as deadlock detection, select for update handling and phantom reads in the repeatable read isolation level.

Solid has OPTMISTIC (default) and PESSIMISTIC concurrency control, so it was interesting to test both.

We used default isolation mode which is REPEATABLE-READ for this test.

Test 1: Solid, deadlock detection, default (OPTIMISTIC) concurrency control.

PLAIN TEXT SQL:

  1. CREATE TABLE `test2` (
  2.   `id` int(11) NOT NULL,
  3.   `names` varchar(255) DEFAULT NULL, …
[Read more]
Open source and creative destruction

Steve Hamm has a great blog entry on Alfresco and other open source (and SaaS) companies that are destroying the incumbents in markets they founded in the first place. Alfresco, of course, we founded by John Newton, who founded Documentum (and, hence, the document management industry). Now Alfresco is cannibalizing that same market.

There are other examples. Paul Doscher and JasperSoft. John Roberts and SugarCRM. Etc. Many open source business managers formerly ran huge swaths of the proprietary market.

I'm just waiting for Larry Ellison to give up his day job at Oracle to get a job at MySQL....


ADVERTISEMENT

[Read more]
Thoughts on monitoring...

One of my resolutions recently was to start committing all code I write to my source control system.

Why?

Because of problems like this...

I need an Apache module to dump XML status pages. This would be for 1.3 and 2.0 servers... now this is something I have written like five times in my life.

The code has been written in my head, I just need to type it out. This is one of the projects that I am getting tired of writing over and over again... and you would think I would have gotten the hint the third time I wrote the code to save it. I do publish some of what I write, there are something like 60+ pieces of code I have made publicly available, but I don't do it all of the time.

And for some reason I have never bothered doing it with this particular bit of code.

This post is not about that code though... but about the idea it inspired this morning. One thing …

[Read more]
Show @&!# status again!

I’m not the first person to run into this and I certainly won’t be the last. This is also already covered in: Bug #19093 I just want to say again how annoying it is that the default for show status is session instead of global. It bit me again yesterday. I ran show status and was confused because most of Com_* is 0 yet uptime was a few days. Then it hit like a brick to the face that I was working on 5.0 instead of 4.1 and the default for show status is session. I know the default has changed and it still bites me. This is going to cause people hours of confusion the first time they do what I just did.

If you want the default changed please go to Bug #19093 and add a comment.

Firefox, yum?

I am talking to Marten last night over skype about a couple of ongoing projects to spread MySQL and out of nowhere he says "What about Firefox?".

Now his idea, which I am now forgetting, was a little weird.... it was one of these mashup technology things that make your brain hurt a little bit.

Years ago, something like seven, I was sitting in an interview at a company and they were asking me about modifications that could be made to Apache and I was asked "Think you could write a module for Apache that would be a clone of Word Perfect?"

What do you say to ideas like this?

I politely said that, "no... its not really viable".

Marten's plan had a similar ring to it, but it got my thinking. How could Firefox be used to extend open source? In the open source world, we do not have much of a distribution channel for our software on the Windows platform. If we are lucky, they …

[Read more]
[ERROR] Slave I/O thread: Failed reading log event, reconnecting to retry,
Master Master Replication Ring Recovery

In an Active Active Master Master setup there is a special procedure to do when recovering a down server.

Assumptions:


  • Your application can handle 1 of the servers being down.
  • You?re a good DBA so you take hot backups at least once a night.
  • You never PURGE MASTER LOGS to a point where a backup can't recover.
  • I'm assuming that you already know how to set up a master master config. If not comment and I will post how to, and things to watch out for.



Recover from backup, lets assume your using ibbackup


%> ibbackup --apply-log --use-memory 2000 my.cnf.restore


my.cnf.restore contains the innodb definitions and the location of the backup files.

Once restored INNODB will actually print out the last slave position it was …

[Read more]
Log Buffer #11: a Carnival of the Vanities for DBAs

Log Buffer #11, a compendium of news from the database blogosphere has been published on Mark Rittman?s Oracle Weblog. Read the Log Buffer homepage to learn about Log Buffer and see how to get involved.

Are Space Shuttle astronauts against innovation?

Klaus-Heiner Lehne, a German conservative MEP on the payroll of a leading patent litigation firm, is not amused at recent developments in the European Parliament, and in particular he is frustrated to see that other MEPs call for a more balanced approach to patent policy. Lehne much prefers commissioner McCreevy’s push for the EPLA, the Excessive Patent Litigation Agreement (the official long form starts with “European”, but “Excessive” would be more accurate).

The day before yesterday, Lehne vented his anger by issuing …

[Read more]
Showing entries 39781 to 39790 of 44003
« 10 Newer Entries | 10 Older Entries »