Showing entries 30061 to 30070 of 45395
« 10 Newer Entries | 10 Older Entries »
My take on MySQL 5.1

So being that I am a support engineer with Sun/MySQL, I figured I would chime in with my opinion of MySQL 5.1 GA so far since I have been using it for a while. For history, I have been with MySQL AB/Sun since the 4.0 release cycle. This post does not represent any official views of my employer, Sun Microsystems, and all such disclaimers.

First off, I want to say that Sun assisted greatly with MySQL 5.1. I think it is a much better release than it would have been with MySQL AB doing the release. I do think this will continue in the future from everything I have experienced and seen so far. Sun knows how to make solid software.


So do I think that 5.1 was released too early? Not at all from my experiences of the MySQL releases. 5.1 is fairing quite well, and I think everyone that has a reason to upgrade to it (such as less locking for InnoDB auto_increment, partitioning, dynamic logging, etc...) should certainly …

[Read more]
Wafflegrid: DBT2, Dolphin and Innodb Readahead

Ok, I am perplexed… i don’t say that often.   I have the privilege of testing out a couple of Dolphin Interconnects with Waffle Grid.   They are proving to substantially improve our transactions throughput, I mean we are getting 3x performance over 1gbe…. but what is perplexing is each run going over the faster interconnects results in 1/3 of the memcached sets/gets that occur when testing over 1gbe!  Same datasets, same tests, repeatable results.  See here:

1gbe:
         cmd_get: 771811
cmd_set: 784119

Dolphin:

         cmd_get: 239423
cmd_set: 271259

So instead of testing out the interconnect performance, I am really seeing better results from a higher cache hit rate.  Less items are hitting the LRU.   So what could it …

[Read more]
MySQL Conference & Expo Adds Percona Events

Sun and O’Reilly have invited Percona to host their already-planned “Percona Performance Conference” in parallel to the MySQL Conference & Expo and the MySQL Camp, at the Santa Clara Convention Center. I am very glad to report that Percona accepted our invitation and will join under the C&E umbrella, making an even richer experience for all pilgrims seeking enlightenment in Santa Clara next April.

The “Percona Performance Conference” is a new two-day event, a sort of mini-conference where Percona experts and guests will speak on high-performance LAMP topics.

It’s also my pleasure to note three new presentations added to the MySQL Conference and Expo (C&E) agenda:

  • Make your life easier with Maatkit, Baron Schwartz
  • InnoDB Performance and Usability Patches, Vadim Tkachenko
  • Innodb database recovery techniques, Peter Zaitsev

Ideally I would have …

[Read more]
Golden Rules for Contribution-based Communities

There are some basic, golden rules when it comes to having a vibrant community of contributors.

The following are rules I have extracted and learned based on my experience managing and working with engineers actively involved and participating in the Apache/Derby, PostgreSQL and MySQL open-source communities. These rules are also based on extensive discussions with many folks involved with the MySQL community, with the PostgreSQL community and with the Apache/Derby (Java DB) community, over many years.

Before I go through these rules, I would like to thank Marten Mickos for having suggested some of the headings for these rules. (I originally had much longer headings for all of them.) I would also like to thank many of MySQL, PostgreSQL and Java DB colleagues, as well as to many other colleagues involved in open-source development, for having contributed to the ideas and practices behind these rules.

A) …

[Read more]
Open Source and Low-Cost ETL at the Las Vegas TDWI Event

The Data Warehouse Institute conference in Las Vegas is just a few weeks away. While there aren't any presentations directly on open source, the Evaluating ETL Tools and Technology course I'm teaching on Tuesday will have two open source vendors included in the "vendors in action" session.

We're running a "low-cost ETL" theme for the afternoon. The vendors demonstrating their data integration tools will be MicrosoftPentaho and Talend. This is a rare chance to see all three doing their work side-by-side.

The exhibit hall will have several open source or open source-derived vendors as well. Be sure to check them out if you're going to the event.

Testing environment: Installing CentOS 5.2 on VirtualBox

In the previous post of this series we installed and set up VirtualBox. We prepared it for a default install of CentOS 5.2. This time, we cover the installation of the OS itself. Changes since the last article are an upgrade from v2.0 to v2.1, and the fact that I’m running VirtualBox on my Asus [...]

Where Drizzle Is Succeeding

Over the past few weeks, I have been happy working on Drizzle. Why have I been happy? Is it because of some new incredible code that will revolutionize the database industry? Nope. Is it because we've been able to remove all the issues that plague the server core? Nope. Is it because I see Drizzle quickly morphing into a modular, standard-conforming super-kernel? Nope.

So, why am I joyous?

To paraphrase the late Charlton Heston: "[Drizzle] is people!"

Recently, I've seen the fruit that transparent, open source development bears. This fruit takes the form of engaged, motivated, and humble individuals who wish to make their mark on a project.

Whether it's on IRC on #drizzle, the …

[Read more]
Nice Webinar: MySQL, NetBeans, JRuby-on-Rails

Hi all,

Arun Gupta has blogged about a webinar he did on MySQL, NetBeans, and JRuby-on-Rails. Be sure to check this out.

The webinar has been recorded, so you can check it out when you have time. Here is the link:

MySQL/NetBeans/JRuby-on-Rails Webinar.

Enjoy.

Cheers!

--James

Speaking at the MySQL Conference 2009

A little late to post (I’ve known a while), but I thought I’d plug my talk for any interested readers out there, that are going to the conference, and use MEM!

I’m talking about Extending MySQL Enterprise Monitor with Custom Advisors, Graphs and Data Collections.

I’ve had the pleasure of working with the team that writes the MEM software (the “Enterprise Tools” team, internally and lovingly known as the “Merlin Team“, the codename that has survived various renames of the product!) for a little over 3 years now. I can’t say I was there at it’s conception, but I started working with them before the initial release of the product, and have watched (and I like to think helped shape) the product very closely whilst being the “Support Coordinator” for the Support Team for MEM. It’s …

[Read more]
Data migration from MySQL to other DBMS

Contents

  • Introduction
  • About Data Export feature
  • How to move data using Data Export
  • Summary

Introduction

This article describes how to migrate data from MySQL database to any other database, for example, Oracle, Microsoft SQL Server, IBM DB2, or PostgreSQL one, using Data Export feature of dbForge for MySQL products. To illustrate it, we will move data from table actor and the query result from sakila database that exist on MySQL server to the schema SCOTT on Oracle server. To see the screenshots in full size, just click them.


About Data Export Feature

Data Export feature is part of dbForge Studio for MySQL and dbForge Fusion for MySQL products. It represents a customizable tool for data exporting …

[Read more]
Showing entries 30061 to 30070 of 45395
« 10 Newer Entries | 10 Older Entries »