Showing entries 26543 to 26552 of 44125
« 10 Newer Entries | 10 Older Entries »
MySQL University session recording: MySQL Code Contributions

Last week I gave a MySQL University Presentation about how to contribute code to MySQL. This time DimDim did not fail to record the session, even though there is a funky overlap of audio from Stefan Hinz (the moderator) and myself at the beginning. I had a bit of a slow start into the presentation, because of a very nasty headache that plagued me that day. But we had a lively discussion at the end and I hope it was useful to the participants.

In case you have missed it, you can now watch the playback or download the session slides:

[Read more]
Prepare to be amazed: DBT-3 Query #17 on a one terabyte DBT-3 database.

Kickfire is really different than anything you have seen before

The Kickfire column store and SQL chip combine to achieve database performance never before seen in  a small footprint and power efficient database appliance, or in any other relational database to date for that matter.

I’d like to demonstrate the performance of the Kickfire model 2400 appliance running query #17 of the DBT-3 benchmark.  Others have blogged about this query recently, so I figured it would be good to look at Kickfire performance on this query.  I decided to present results not at one or ten gigabytes, but instead at one terabyte of data.

Have you ever experienced using MySQL on a very large database?

Let me begin by saying that I don’t think anybody has ever had the patience to allow this query to run to completion on MySQL with one terabyte of data.  At the time of this …

[Read more]
FISL 2009 Wrapup - 3 talks, 1 talk show, 14 blogs, 10 videos, 275 pics, 2 GlassFish production stories


FISL 2009
wrapped up over the weekend. Even though the conference officially ended on Saturday but the connections made there will certainly allow us to continue all the great momentum. The conference celebrates open source and it was certainly great to see Federal Government and Banks with their booths in the exhibitor halls. The visit by Brazilian President Lula certainly highlights the importance of this conference to the local community. There were booths from Debian, Firefox, Ubuntu and other major open source softwares. Some commercial vendors had a booth as well and of course Sun Microsystems had a big presence with GlassFish, Open Solaris, NetBeans, MySQL and …

[Read more]
FISL 2009 Wrapup - 3 talks, 1 talk show, 14 blogs, 10 videos, 275 pics, 2 GlassFish production stories


FISL 2009
wrapped up over the weekend. Even though the conference officially ended on Saturday but the connections made there will certainly allow us to continue all the great momentum. The conference celebrates open source and it was certainly great to see Federal Government and Banks with their booths in the exhibitor halls. The visit by Brazilian President Lula certainly highlights the importance of this conference to the local community. There were booths from Debian, Firefox, Ubuntu and other major open source softwares. Some commercial vendors had a booth as well and of course Sun Microsystems had a big presence with GlassFish, Open Solaris, NetBeans, MySQL and …

[Read more]
Few more ideas for InnoDB features

As you see MySQL is doing great in InnoDB performance improvements, so we decided to concentrate more on additional InnoDB features, which will make difference.

Beside ideas I put before http://www.mysqlperformanceblog.com/2009/03/30/my-hot-list-for-next-innodb-features/ (and one of them - moving InnoDB tables between servers are currently under development), we have few mores:

- Stick some InnoDB tables / indexes in buffer pool, or set priority for InnoDB tables. That means tables with bigger priority will be have more chances to stay in buffer pool then tables with lower priority. Link to blueprint https://blueprints.launchpad.net/percona-patches/+spec/lru-priority-patch

- Separate LRU list into several …

[Read more]
Prepare to be amazed: DBT-3 Query #17 on a one terabyte DBT-3 database.

Kickfire is really different than anything you have seen before

The Kickfire column store and SQL chip combine to achieve database performance never before seen in  a small footprint and power efficient database appliance, or in any other relational database to date for that matter.

I'd like to demonstrate the performance of the Kickfire model 2400 appliance running query #17 of the DBT-3 benchmark.  Others have blogged about this query recently, so I figured it would be good to look at Kickfire performance on this query.  I decided to present results not at one or ten gigabytes, but instead at one terabyte of data.

Have you ever experienced using MySQL on a very large database?

Let me begin by saying that I don't think anybody has ever had the patience to allow this query to run to completion on MySQL with one terabyte of data.  At the time of this writing, …

[Read more]
Danfoss Embeds MySQL for Improved Software Availability & Flexibility

Danfoss Electronic Controls & Sensors, one of Denmark's largest industrial companies, today announced it has selected Sun Microsystems' MySQL database to help power its air conditioning software application AKM, Adap-Kool Monitoring. The AKM software enables commercial facilities, such as grocery store staff, to monitor and control temperature levels inside store premises. Embedding MySQL into AKM will enable Danfoss to increase the number of concurrent users of the application, while maintaining a high level of availability and performance.

A review of MySQL Administrator's Bible

MySQL Administrator's Bible MySQL Administrator’s Bible by Sheeri K. Cabral and Keith Murphy, 2009. Page count: 800+ pages. (Here’s a link to the publisher’s site.) This book is a comprehensive reference guide to MySQL that’s accessible to beginning DBAs or DBAs familiar with another database. It has enough detail to be a useful companion throughout a DBA’s career. It also covers many related technologies, such as memcached, at a moderate-but-useful level of detail.

Warning: There are approximately 2,918,472 days until MySQL can no longer store today's date.
mysql> select now() + interval 2918472 day;
+------------------------------+
| now() + interval 2918472 day |
+------------------------------+
| 9999-12-31 16:14:03          |
+------------------------------+
1 row in set (0.00 sec)

mysql> select now() + interval 2918473 day;
+------------------------------+
| now() + interval 2918473 day |
+------------------------------+
| NULL                         |
+------------------------------+
1 row in set, 1 warning (0.00 sec)



Hehe.

Dynamically add Cluster data nodes using Solaris SMF

As a follow on to my previous post on using Solaris SMF to manage Cluster, I'll expand my setup and show how to dynamically add data nodes to Cluster and control the new nodes with SMF.

First, the setup. Since I wanted something that would run completely on my laptop, I decided to clone my current OpenSolaris VM (hostname = craigOS_0609) to create a second "machine" (hostname = craigOS_0609_vm2). Thought this would be easy and it was, except for the networking piece. When I just had a single VM, NAT worked fine. However, trying to use two VMs of OpenSolaris with NAT turned out to be problematic. They both ended up with a 10.0.2.15 IP address. Researched it a bit and didn't find anything definitive but did see that bridged networking might be the way to go. Well, after futzing with it for a day or so, it turned out …

[Read more]
Showing entries 26543 to 26552 of 44125
« 10 Newer Entries | 10 Older Entries »