Showing entries 39831 to 39840 of 43995
« 10 Newer Entries | 10 Older Entries »
Back to work (and more on ORTE)

After coming back from holidays on the 6th of September, I've been able to work on the project with a refreshed mind again!

I expected to have finished coding by now, but after putting all the components together, I ran into an occasional 'segmentation fault'. I've been looking for the problem, but only with the help from one of my colleagues I was able to address the causes.

For the first cause, I should explain a little bit about how ORTE handles issues:
As I explained before, ORTE works with 'publishers' and 'subscribers'. ORTE periodically invokes a callback function on the publisher side, which is meant to prepare the data for sending in a memory buffer. When the callback function finishes, ORTE reads the buffer and copies it to a memory buffer on the subscriber side. It then invokes the subscriber callback function which is meant to process the incoming data.

So what went wrong in my …

[Read more]
Spam has arrived!

Unfortunately, after having my blog on the net for about 4 months, spam bots have found my blog. To prevent any further bot comments to appear on my blog, I've switched on 'word verification' for comments.

Please don't let it hold you back from posting comments on my blog. All your (non-spam) input is very much appreciated!

Blog: http://sqlbusrt.blogspot.com/

Project website: http://sqlbusrt.sourceforge.net/

First-time install of MySQL 4.1 on OS X Tiger Server

Just the notes for the installation steps on a clean OS X Tiger Server 10.4.7 setup.

AUUG 2006 Melbourne 10-13 Oct - registration open

Registration is open for the AUUG 2006 conference, which will be held 11-13 October at the Rendezvous (formerly Duxton) Hotel in Melbourne, with tutorials on the 10th. Here is the Tutorial/Program Overview

I'll be teaching a tutorial on Optimising MySQL by learning about the different available storage engines (there are more than you think!) and using each when appropriate, even within a single application. I've done this tutorial before at the MySQL UC2006 in Santa Clara, and SANE 2006 in Delft (NL). It's fairly popular and the feedback from the attendees was that they found it really useful.

Stewart Smith will be teaching a tutorial on MySQL Cluster, including some …

[Read more]
First-time install of MySQL 4.1 on OS X Tiger Server

Just the notes for the installation steps on a clean OS X Tiger Server 10.4.7 setup.

Duplicate index checker version 1.8 released

What was a 5-minute script has become a bigger project. I've made more improvements to the duplicate index checker. Soon it will require product activation and have security vulnerabilities every week. Seriously: this is the third iteration, and three strikes and you automate, so I automated. I have a test suite now (your contributions welcome), and I addressed two shortcomings readers pointed out in comments on the original article. You now get better foreign key checking, and FULLTEXT indexes are ignored.

Two weeks of fun and more to come!

After spending a good week at my parents in rainy but relaxing florida, I flew to Toronto to speak at php|works. The conference was great fun and especially my second talk Explaing Explain went as good as I had hoped. In the talk I was mostly talking about controlling execution plans with particular focus on MySQL and PostgreSQL. I spend longer than ever on this talk so I am happy it worked out so well. I will probably submit the same talk for OSDBcon with some minor tweaks. Since I only had 60 minutes several slides are marked "skip". Maybe OSDBcon can give me two slots so that I can cover those slides as well. The other talk building portable database applications

[Read more]
MySQL python connector now being tested in PyBots project

The PyBots project (http://pybots.org/) is a way for people to run tests for python applications using Python binaries built from the very latest source code from the Python subversion repository. The idea is brilliant, and has application far beyond the Python project.
As Grig Gheorghiu previously announced on his blog, I’ve set up a buildslave testing MySQLdb, the python connector for MySQL. I’ll probably try to set up tests for SQLAlchemy next. You can see the builder status page here, my builder is named ‘amd64 Ubuntu Dapper trunk’.
Instructions for how to set up a buildslave are on pybots.org, and you can see the buildscripts along …

[Read more]
Logical Data Modelling (LDM)

Following my User Group Presentation I was asked by fellow MySQLer Kim about Logical Data Modelling (LDM), in relation to Physical Data Modelling.

Well, first the brain had to work overtime to remember when was the last time I worked on a Logical Data Model. The answer to that is 1996 doing R&D work for Oracle Corporation with their CASE repository tool, Oracle Designer, about version 1.3/1.3.2. I’ve learnt in the past 10 years to purge technical stuff from my brain, leading from the capacity in be able to remember in detail data models, data migration and data cleansing issues of projects even after leaving them 3 years eariler.

As Kim pointed out, he thinks physically, actually directly at the SQL level, then working backwards to produce an appropiate physical model. To think logically is to consider the entities and attributes and relations before considering the …

[Read more]
Reported: Rob Levin (lilo) of freenode.net died

It's been reported that Rob Levin, known to many as "lilo" on the freenode.net IRC network, has died. Apparently, he was hit by a car while riding his bicycle (the car didn't stop) in his home town of Houston TX.

Sources:
http://www.tonystreet.com/lilo.txt
http://en.wikipedia.org/wiki/Rob_Levin
http://linux.slashdot.org/linux/06/09/16/2152243.shtml

This is really sad news. I only knew him from the email, IRC and phone conversations we had, but it was clear that he was a guy who put a lot of time and energy (not to mention money) into building the Freenode IRC network - which is also the home of the most popular #mysql channels.

[Read more]
Showing entries 39831 to 39840 of 43995
« 10 Newer Entries | 10 Older Entries »