Showing entries 39373 to 39382 of 44919
« 10 Newer Entries | 10 Older Entries »
Access Has ?SET?, Recommends Not Using It

http://www.regdeveloper.co.uk/2006/07/18/multivalued_datatypes_access/

This is an interesting read — it would be awesome if MySQL just used the “SET” or “ENUM” data types to be a placeholder for a join table, that it would create automatically for you. Of course, that’s a new level of functionality — MySQL does not implicitly create permanent tables with any commands. But it would be neat.

Top 10 Largest ?Databases?

Thanx to Rich McIver for passing along this link:

http://www.businessintelligencelowdown.com/2007/02/top_10_largest_.html

I’m amused mostly because the article interchanges “database” with “data storage” — many of the sites have “digital documents” included in their count, and YouTube is in there completely with the amount of space their videos take up. But is all this stuff stored in databases? I do not think so. Anyone know for sure?

My Kingdom for Computed Linux Filesystem Page Cache Efficiency

OK lazy web.... You have to help me out!

I try to monitor every performance metric I can within my cluster. Memcached efficiency, MySQL key buffer efficiency, etc.

One thing I can't benchmark is the efficiency of the Linux filesystem buffer (buffer cache).

From all the research I have done there's no way to to see the number of hits or total reads done by the file system cache.

Has anyone solved this problem?


Leave it to the Webyogs?

The guys at Webyog have been great for producing a solid alternative to the GUI tools developed in-house by MySQL and I like meeting up with them each year at the MySQL Conference to see what they have been working on. Last year it was the release of their product as Open Source, this year it looks like they have decided to release early, and it’s an interesting offering.

According to a company blog, the guys at Webyog have released their own version of MySQL’s enterprise monitoring tool.

Their new MonYog tool is now available for early adopter download and looks like a nice offering for those who need to monitor multiple MySQL servers. If it turns out as nice …

[Read more]
MySQL Error control changes

In MySQL 5.0 mainly error control was improved, such as strict mode was added to change famous MySQL behavior of cutting too large strings, too big numbers and allowing you to use dates such as February 31st.

In one case however reverse change was done - in regards to storage engine initialization. Previously if you start MySQL and Innodb storage engine fails to initialize (ie you resized log file but forgot to delete old ones) MySQL Server simply would not start. In recent MySQL 5.0 series however it will continue loading and simply have Innodb storage engine disabled.

This can cause numerous problems especially if you got use to old behavior and do not check MySQL logs but simply check it is started. It especially hurts if you have only some tables in Innodb so you might not notice part of your application does not function. Also monitoring often monitors MySQL is up and running and will not query all tables are accessible not …

[Read more]
How to subtract in SQL over samples that wrap

This article explains how to do subtraction in SQL over samples that wrap back to zero when they exceed a boundary.

My Kingdom for Computed Linux Filesystem Page Cache Efficiency

OK lazy web…. You have to help me out!

I try to monitor every performance metric I can within my cluster. Memcached efficiency, MySQL key buffer efficiency, etc.

One thing I can’t benchmark is the efficiency of the Linux filesystem buffer (buffer cache).

From all the research I have done there’s no way to to see the number of hits or total reads done by the file system cache.

Has anyone solved this problem?

New Linux, Windows and Mac OS X versions of XAMPP

The first XAMPP release of 2007. ;) Updated in all three XAMPP versions: Apache 2.2.4, PHP 5.2.1, PHP 4.4.5, MySQL 5.0.33 and phpMyAdmin 2.9.2.

Get the downloads and more details on the specific XAMPP project page.

Understanding the Falcon Transaction Storage Engine ? Part 3

In Part 1 of this article series, we looked at how the Falcon transactional storage engine was architected and how it compared to some of the other MySQL storage engines. Part 2 covered how Falcon handles transaction management and concurrency. In this final article in the series, I?ll look at how Falcon manages tables and indexes, and also cover backup/recovery along with migration topics.

New Linux, Windows and Mac OS X versions of XAMPP

The first XAMPP release of 2007. Updated in all three XAMPP versions: Apache 2.2.4, PHP 5.2.1, PHP 4.4.5, MySQL 5.0.33 and phpMyAdmin 2.9.2.

Get the downloads and more details on the specific XAMPP project page.

Showing entries 39373 to 39382 of 44919
« 10 Newer Entries | 10 Older Entries »