Showing entries 39543 to 39552 of 44918
« 10 Newer Entries | 10 Older Entries »
MySQL, preparing to go public

The rumours are confirmed: MySQL, the fastest growing database, is planning to go public before the end of the year. This will make it one of the few Open Source products to be listed in the stock market, together with RedHat, Mandriva and VA Linux.

Their results so far are pretty good: around 10 million installations worldwide and 10,000 paying customers (25% of them just in the last year). Many people consider this as a failure, comparing it directly with Oracle’s result, but in my opinion this is a short-sighted vision. MySQL’s main asset are all those non-paying customers; thanks to them most web applications have been built on the LAMP stack, where MySQL plays a key role, and it makes it possible for other businesses to exist, bringing more paying customers without …

[Read more]
Partitioning with Dates in MySQL 5.1

Although I am still busy with writing my thesis paper, I do need a distraction from time to time. Since I started getting phpOpenTracker questions again recently, I decided to (slowly) start working on phpOpenTracker 2.0 again. phpOpenTracker 2.0 will be a complete rewrite, utilizing the features of PHP 5.2 and MySQL 5.1.

The biggest problem with phpOpenTracker 1.x is that its database schema is normalized. Even simple …

[Read more]
451 CAOS Links - 2007.01.30

MySQL announces new enterprise pricing and a record year?Digium names new CEO?Red Hat launches new channel strategy?and more?

MySQL Enterprise Unlimited Site Agreements Now Available for the Cost of a Single CPU of Oracle Enterprise, MySQL (Press Release)

MySQL AB Completes Record Year, MySQL (Press Release)

Digium Names Danny J. Windham as CEO, Digium (Press Release)

Red Hat Expands Channel Strategy with Certified Service Provider Program, Red Hat (Press Release)

[Read more]
OurSQL Episode 7: What?s it Like to be Normal?

In this episode, I go over database normalization in general and explain 1st Normal Form (1NF) in depth.

Direct play episode 7 at:
http://tinyurl.com/2fbhy2

Subscribe to the podcast by clicking:
http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=206806301

You can Direct download all the oursql podcasts at:
http://technocation.org/podcasts/oursql/

Links:
MySQL binaries centralized repository: http://tinyurl.com/3anjfa

SQLzoo

http://www.sqlzoo.net

Links about database normalization:

[Read more]
MySQL's FEDERATED storage engine: Part 2

In part 1 of this series I examined the behavior of MySQL’s FEDERATED storage engine by running queries with the general query log enabled on the remote server. In this article I take a higher-level view. I summarize my findings from the first article, then give my thoughts on the engine’s strengths and weaknesses. How the engine works The FEDERATED engine accesses a remote table via a normal mysql client connection.

ZRM for MySQL 1.1.4 released

Version 1.1.4 of Zmanda Recovery Manager (ZRM) for MySQL, a robust and
intelligent solution for backup and recovery of MySQL databases is available
for download at Zmanda downloads page. Changes since 1.1.3 release: * Support for aborting backup runs
* Support for character sets and stored routines
* Bug fixes Take a look at ZRM for MySQL user documentation for more information on how to install and configure it. Find bugs and report them at bugzilla (http://forums.zmanda.com/bugzilla). Feel free to contribute to ZRM for MySQL wiki and …

[Read more]
Centralized List of MySQL 5.x Binaries

Technocation, Inc has a list of where you can get MySQL binaries — official and unofficial — up at:

http://tinyurl.com/3anjfa

Donate to Help Folks Get to the MySQL Users Conference

Phorum needs to get to the MySQL Conference. Perhaps you do, too? Or perhaps you want to help people get there? Technocation, Inc is a not-for-profit committed to helping folks get the education and networking contacts so important to IT professionals. So, they’re opening up their very first campaign!

Technocation, Inc. is a not-for-profit organization. Your contributions are tax-deductible to the fullest extent of the law. You may choose to donate money, goods or services. Money may be donated through PayPal at http://tinyurl.com/28fa76, and services should be arranged through e-mailing donate@technocation.org . To send payment by mail, see details at . Technocation’s EIN/Tax ID is 20-5445375
Currently, this campaign is …

[Read more]
Understanding MySQL Query Execution Performance

I will be giving a webinar today at 10am PST/1pm EST entitled "Understanding MySQL Query Execution Performance", which is for novice to intermediate MySQL users, and covers the EXPLAIN command and analyzes various SELECT statements against the Sakila SampleDB. The slides are available here:

Understanding MySQL Query Execution Performance

Enjoy, and feel free to email me feedback and suggestions on the slide content: jay at mysql dot com.

Linux IO Schedulers and MySQL

Found a great article about Linux IO Schedulers today which is quite interesting. It goes in details about schedulers and explains in which of workloads which of schedulers is best.

The interesting thing this article points out is - there are multiple versions of each of the schedulers, while name remains the same. This means unless you really know mapping between kernel versions and scheduler versions it is very hard to evaluate benchmark results.

This could be noticed by benchmarks we've done over years. Long time ago "AS" scheduler could be several times slower than deadline for MySQL workloads such as SysBench or DBT2 when it went down to 30% difference and in the last runs we've done difference was not really significant.

This article also points out benchmarking IO schedulers you should look at more numbers than aggregate bandwidth - you also better to …

[Read more]
Showing entries 39543 to 39552 of 44918
« 10 Newer Entries | 10 Older Entries »