Showing entries 39301 to 39310 of 44015
« 10 Newer Entries | 10 Older Entries »
Setting up a local name server on Mac OS X

I’ve been using account_location for a couple of applications recently. It’s a really nice way to give individual ‘clients’ of an application their own domain and when we come to scaling up, it’s a really easy way of splitting customers across several hosts. So, yeah, very nice. And it’s dead easy to deploy in the first instance – a couple of DNS records along the lines of:

@ IN A 1.2.3.4
* IN A 1.2.3.4

There you go, every host in that domain points to 1.2.3.4.

However, it’s a pest for setting up in your development environment. OK, so you can edit /etc/hosts and add an entry for every single account you happen to create. This hinders development for me — each domain has to be unique, so whenever I want to create a new account, I have to do so in Rails, …

[Read more]
New beta versions of XAMPP for Linux and Windows

We're setting new XAMPP versions together and would now ask you to take a look at the beta versions of the upcoming XAMPP release.

New in this version of XAMPP: MySQL (5.0.27), PHP (5.2.0), phpMyAdmin (2.9.1) and a Japanese translation.

XAMPP BETA versions are always for testing purposes only. There will be no upgrade packages from and to beta versions. To all testers: Many thanks in advance!!

Update 18.11.: Since yesterday you also find two new versions of XAMPP for Solaris as XAMPP BETA releases, one for Solaris 10 SPARC, and one for x86. These versions are the last step to finalized releases of XAMPP for Solaris. Both versions are compiled for 64-bit systems.

You find the beta version at our special XAMPP BETA download area.

MyISAM++

Monty gave us a quick overview of next generation of MyISAM. It is set to include:

  • New data disk format
  • Transaction support
  • multi-versioning
  • row level locking and escalation to table level locks. (interesting)
  • bitmap indexes and new table scanning optimizing indexes with up to 1000x times performance.

No details of time frame were given for delivery, however development is well underway.

Free as in Java

The news is out that Java is free. I suspect that 20-30 bloggers are going to steal that title (Free as in Java) so I wanted to try to get my blog post out first. Tim Bray has the news and apparently SUN is going to have an announcement on this tomorrow morning.

In a former life I was a major contributor to java.apache.org which was the precursor to Jakarta and participated in Tomcat and Ant when they were released. I was also the lead developer and project founder of Jetspeed and invented the Portlet API *which have now essentially evolved into widgets). I've also contributed to GNU Classpath and GCJ. Long story short I have a vested interest in seeing Java …

[Read more]
Thank you, campers!

The first MySQL Camp is over. A whopping 223 registered attendees, most of whom were overwhelmingly active participants. Plenty of valuable feedback. Constant attention by Ken Jacobs (who assured the audience that “Oracle would never do anything to harm MySQL“), VP of Oracle. Superb Google hosting, facilities, food. Lots of beer by Proven Scaling. Fantastic sessions. What more could one hope for?

Thank you, Google! Thank you, Jay! Thank you, MySQL campers!

Disk allocation, XFS, NDB Disk Data and more?

I’ve talked about disk space allocation previously, mainly revolving around XFS (namely because it’s what I use, a sensible choice for large file systems and large files and has a nice suite of tools for digging into what’s going on).Most people write software that just calls write(2) (or libc things like fwrite or fprintf) to do file IO - including space allocation. Probably 99% of file io is fine to do like this and the allocators for your file system get it mostly right (some more right than others). Remember, disk seeks are really really expensive so the less you have to do, the better (i.e. fragmentation==bad).

I recently (finally) wrote my patch to use the xfsctl to get better allocation for NDB disk data files (datafiles and undofiles).
patch at:
http://lists.mysql.com/commits/15088

[Read more]
Doxygen Project

What the?

Well this is the inheritance diagram of the Item Class in the MySQL 5.1 Source tree, nicely documented using the Doxygen tool as mentioned by Jay in his presentation at MySQL Camp.

Jay started the Community Doxygen Project on the Forge to improve the level of commenting enabling a better platform for the community to contribute MySQL server code changes.

At this early stage David Shrewsbury is working on fine tuning initial documentation examples for QA and review. You can check out the Status Page of automated commenting conversion.

You can see the present documentation of MySQL 5.1 source …

[Read more]
MySQL testing techniques: comparing tables

This is the first tutorial of a series dedicated to testing techniques.
Soon all this material will find a home in a more appropriate place. In the meantime, enjoy the lecture!

While testing large tables, it is useful to test if two tables have the same contents. For example, if you want to compare performance between two tables using different storage engines, or tables created on different filesystems, you must be sure that both tables have the same content. Having loaded both from the same source is not a guarantee that the contents are the same: a mistake or different SQL modes used during the load may result in substantial differences.
General conceptsThen, you need to compare two, possibly very large tables. There are several methods available. One is to run a query with a LEFT OUTER JOIN. However, this method is likely to take very long or even exhaust your system resources if your tables are really large.

[Read more]
Aussies at Google

My new Google family since I’ve now moved to the US. Ronald, James, Michael, Shona and Kynan (front). James has literally been here in the US only a few days more then me, and he has an amazing Day 1 story.

Apparently there are a reasonable number of Australians now working for Google. Another interesting fact is the male/female ratio is 6:1 which is extremely high in comparison to the IT industry and IT related university studies.

The joys of working at Google


So, mid morning especially after having a heavy and late night drinking with new friends in Palo Alto I was seeking at Day #3 of the MySQL Camp a high-caffeine pick me up drink. Yesterday I had a Bawls, and after enjoying it I was a little concerned that when I returned to New York I would not be able to buy it. You can get it at Think Geek but that’s more complicated then a local supermarket.

So after getting a Googler to get me to the cafe fridge we find out that there weren’t any there. No problem, lets just go this way I’m told. So we start a quick tour of the larger cafe area and another set of fridges but no Bawls, we keep walking, no more again. At this time the recommendation is I should try a Rockstar, but so …

[Read more]
Showing entries 39301 to 39310 of 44015
« 10 Newer Entries | 10 Older Entries »