Showing entries 36686 to 36695 of 44814
« 10 Newer Entries | 10 Older Entries »
MySQL Toolkit version 1030 released

This release of MySQL Toolkit updates MySQL Parallel Dump. Together you and I found a few bugs in it (table locking, argument quoting, exit status code). The restore utility is in progress.

Moving ZCS to Another Server

In this Zimbra Administrator's PowerTip, we'll discuss how to move your instance of Zimbra to another machine. It applies to all version of Zimbra.
Administrator's PowerTip #4: October 09, 2007
Zimbra Forums - Zimbra wiki - Zimbra Blog

Introduction Either you, or someone you know has been there. Almost out of Disk space, RAM is topped out, and the CPU is constantly running above 80%. It's time to upgrade the hardware. But how easy and safe is it to move the Zimbra server instance? Well, it's easier than you might think.

In this Zimbra Administrator's PowerTip, we'll discuss how to migrate your Zimbra server to another Machine or OS. The one big caveat is that both instances of Zimbra MUST be running the same version. So if your old server is …

[Read more]
Making Queries 45-90 Times Faster!!

aka…..”when good queries go bad!”

So, today the developers were debugging why a script was running much longer than expected. They were doing text database inserts, and got to the point where they realized that double the amount of text meant the queries took double the amount of time.

You see, they were doing similar text inserts over and over, instead of using connection pooling and/or batching them. Apparently the other DBA explained that it was a limitation of MySQL, but either the developers didn’t convey what they were doing well, or the DBA didn’t think to mention batching.

I ran a simple test on a test server. I used the commandline to connect to a db server on the same machine (even though in qa and production the db machine is on a different machine) just to make a point:

Type Connects Queries

[Read more]
Making Queries 45-90 Times Faster!!

aka…..”when good queries go bad!”
So, today the developers were debugging why a script was running much longer than expected. They were doing text database inserts, and got to the point where they realized that double the amount of text meant the queries took double the amount of time.
You see, they were doing similar text inserts over and over, instead of using connection pooling and/or batching them. Apparently the other DBA explained that it was a limitation of MySQL, but either the developers didn’t convey what they were doing well, or the DBA didn’t think to mention batching.  More »

MySQL Innodb Performance Tuning For Disk-Bound Workloads On CMT Servers

New Page 1

MySQL is one of the world's most popular open source databases, and it is widely used and becoming the database-of-choice for many leading Web 2.0 sites. Like most database servers, the most common bottleneck in the enterprise environment encountered by MySQL is disk I/O. To maximize the performance of MySQL for disk I/O bound workloads on the Solaris operating system on CMT servers (e.g. the Sun Fire T2000 Server), configuration and tuning of MySQL server variables is critical and can make a big difference to performance,  as does the optimization of the Solaris filesystem for MySQL, and the configuration of storage arrays.

 

Configuration Issues

MySQL server's performance can be optimized using various configuration settings. The first step is to read the configuration and system variables by running the command:

mysql> show variables;

 

[Read more]
Get involved with MySQL Conference and Expo 2008
MySQL Innodb Performance Tuning For Disk-Bound Workloads On CMT Servers

New Page 1

MySQL is one of the world's most popular open source databases, and it is widely used and becoming the database-of-choice for many leading Web 2.0 sites. Like most database servers, the most common bottleneck in the enterprise environment encountered by MySQL is disk I/O. To maximize the performance of MySQL for disk I/O bound workloads on the Solaris operating system on CMT servers (e.g. the Sun Fire T2000 Server), configuration and tuning of MySQL server variables is critical and can make a big difference to performance,  as does the optimization of the Solaris filesystem for MySQL, and the configuration of storage arrays.

 

Configuration Issues

MySQL server's performance can be optimized using various configuration settings. The first step is to read the configuration and system variables by running the command:

mysql> show variables;

 

[Read more]
MySQL Innodb Performance Tuning For Disk-Bound Workloads On CMT Servers

New Page 1

MySQL is one of the world's most popular open source databases, and it is widely used and becoming the database-of-choice for many leading Web 2.0 sites. Like most database servers, the most common bottleneck in the enterprise environment encountered by MySQL is disk I/O. To maximize the performance of MySQL for disk I/O bound workloads on the Solaris operating system on CMT servers (e.g. the Sun Fire T2000 Server), configuration and tuning of MySQL server variables is critical and can make a big difference to performance,  as does the optimization of the Solaris filesystem for MySQL, and the configuration of storage arrays.

 

Configuration Issues

MySQL server's performance can be optimized using various configuration settings. The first step is to read the configuration and system variables by running the command:

mysql> show variables;

 

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

Well, it’s better late than never! Frank Wiles has published the 65th edition of Log Buffer the weekly review of database blogs, on the Revolution Systems Blog. For the record Frank published it right on time on Friday - it’s just us that’s late. Sorry about that. Log Buffer #65.

NET-A-PORTER.COM Standardizes on MySQL Enterprise to Manage & Support its Rapid Growth

MySQL AB today announced that NET-A-PORTER.COM, the world's premier luxury online fashion retailer, has standardised on MySQL Enterprise to support its continued growth, scalability and quality requirements.

Net-a-Porter will be showcasing their MySQL based architecture at MySQL's upcoming Northern Europe Customer Conference in London on 16th Oct at the Cavendish Conference Centre. Further information can be found at http://www.mysql.com/news-and-events/events/emea-conference-2007/.

Showing entries 36686 to 36695 of 44814
« 10 Newer Entries | 10 Older Entries »