Showing entries 36221 to 36230 of 44920
« 10 Newer Entries | 10 Older Entries »
SURFnet Integrates MySQL Cluster in SURFfederatie

SURFnet, a Dutch provider of Internet connectivity and innovative security, authentication, authorisation, group communication and video services to higher educational and research organisations, has integrated the MySQL Cluster database into the core of its SURFfederatie service.

Optimal OS Partitions

What is the optimal OS partition layout for a database server?

I’ve seen so many different configurations for OS partitions of recent time, none to my satisfaction.
Historically, in Unix days 20 years agao, long before RAID and SAN’s all my experiences were for strongly defined partitions.
That is separate partitions for the OS /, /boot, /tmp, /usr, /var and then seperate partitions for effectively application and data with /home and /opt

Today what is optimal for an OS configuration on a database server.
I’m seeking the input and experiences of the community. I’m making the assumption of at least RAID 1 or better for all disks.

It’s obvious that the database partition must be separate, and given snapshot capabilities both the data and binary logs should be specified on the same partition for consistency.
It’s also obvious the /tmp filesystem should not be with the / file system. You …

[Read more]
Axway Embeds the MySQL Database into its Synchrony Platform

MySQL AB announced today that Axway, the leading global provider of Collaborative Business Solutions, and a subsidiary of the French Sopra Group, has chosen to integrate the MySQL Embedded Server into its Synchrony global platform.

MySQL Federal DBA Day

MySQL will be hosting its first-ever Federal DBA Day - a free, one-day boot camp for experienced Oracle DBAs interested in learning how to deploy and manage MySQL in a production environment. The event will take place on Thursday, January 24, 2008, at the Ronald Reagan Building and International Trade Center in Washington, D.C. For more information and to register, visit: http://www.carahsoft.com/events/mysql/01-24-08/mysql01-24-08.php?ref=mysql

On open source Myths

Over at ITToolbox Tarry has another blog . He posted an article where he tried to debunk some myths about open source. I feel he needs some help there :)

Let's start with his second Myth , Open Source is Free. Off course it isn't , you need to invest your own time to get familiar with it or pay other people to use it. Compare it to building a house ... you can build one if you have the skills and the time , but you still need to pay for the bricks and the mortar, or you can pay someone who has the skills to build one for you. With software there used to be a similar thing. You could buy software, then install and configure it yourselve, or you could hire someone more skilled than you to install and support it when you run into problems. Now take away the fact that you have to …

[Read more]
SQL Puzzle

Dear lazyweb,

I want to mine a code repository for data to map past bugs to sourcecode files.

I have written a small PHP script (the initial version of the script can be found here) to import the relevant data from a Subversion repository into the following tables of a relational database:

bugs            changes         paths
--------        --------        -------
bug_id          path_id   <-->  path_id
revision  <-->  revision        path

What I need now is two queries to ask the database for

  • paths that are most commonly changed during bugfix commits and
  • paths that are commonly changed together …
[Read more]
Progress on Maatkit bounty, part 2

Ironically, the Stream algorithm I wrote as the simplest possible syncing algorithm does what the much more efficient algorithm I wrote some time ago can't do: sync a table without a primary key, as long as there are no duplicate rows. In fact, it's so dumb, it will happily sync any table, even if there are no indexes.

The flash of inspiration I had on Friday has turned out to be good...

Programming CouchDB with Javascript

To illustrate how easy and straightforward writing applications for CouchDB is, we are going to build a simple todo-list application in Javascript. You should be familiar with HTML and Javascript and the DOM. You do not need any Ajax experience. Although we are going to use it, all will be abstracted away.

The interface is quite plain, as is the functionality. This is only to demonstrate how to work with CouchDB and not meant as a real application. We could turn this into something nice with some spit & polish.

How it works

We take a top level view here, working our way from the user’s perspective down to the actual code. This ensures we do not screw up the …

[Read more]
Excited about MySQL Workbench

When I was a DBA, there were only a handful of must-have tools that I constantly used.  One was a good performance monitor.  Two was a cross-platform admin tool (since I worked with Oracle, SQL Server, Sybase, MySQL, etc.) And three was my data modeling/design tool.  There was absolutely no way I could have done my job in the manner I needed to without those three tools.

Of those three, there were times when I basically lived inside my modeling tool.  Why?  Because:

  • Metadata management ? I had to ensure data consistency and enforce standards of data elements used throughout my shop; the modeling tool was the best way to do this. 
  • DB design ? simply put, there was no way to more quickly put out a new DB design and forward engineer it into a new physical DB without my modeling tool
  • Change management ? when I made changes to the DB, I always wanted to keep …
[Read more]
Falcon and other Feature Previews

MySQL has introduced Previews as a new way of delivering features for early testing by our community.

Previews are for testing of features, not of versions. The two previews we offer today are the Falcon Feature Preview based on 6.0, and the GIS Feature Preview based on 5.1. However, the version number as such is not intended by us to set any expectations on when the feature will be in a production version. For instance, Falcon is going into the 6.0 code base, but the GIS geographical data won’t be in before 6.1 (although the preview is based on 5.1).

Previews are by definition a bit “rough around the edges”. …

[Read more]
Showing entries 36221 to 36230 of 44920
« 10 Newer Entries | 10 Older Entries »