Showing entries 32991 to 33000 of 45392
« 10 Newer Entries | 10 Older Entries »
MySQL Camp in Bangalore

In Bangalore, India? Definitely go there, to the MS Ramaiah Institute of Technology, on the 29 of July 2008, from 4-7pm (no, not Indian Standard Time ;)), and listen to Kaj Arno speak about MySQL.


We’re on the front page of Sun Microsystems .in

In addition to Kaj, Thava Alagu will speak about contributing code to MySQL, and Sonali Minocha (from OSSCube) will speak on optimising enterprise applications.

There is also hope that this will be a regular meetup, aka the Bangalore MySQL User Group. Amit Saha has an entry on MySQL Camp (which …

[Read more]
Some quirks of circular and row-based replication

One of the new features introduced by MySQL 5.1 is row-based replication.

Unlike the classic statement-based replication, used in MySQL up to version 5.0, row-based replication transfers the data instead of the statement used to create it.

If you want to have a taste of row-based replication, you can do some experiments with MySQL Sandbox.

First, we create a sandbox of circular replication with MySQL 5.0

./make_replication_sandbox --topology=circular --how_many_nodes=3 \
/path/to/mysql-5.0.51a-YOUR_OS.tar.gz

cd $HOME/sandboxes/rcsandbox_5.0.51
./n1 -e "create table test.t1(i int)"
./n3 -e "insert into test.t1 values (@@server_id)"
./use_all "select * from test.t1"
# server: 1:
i
101
# server: 2:
i
102
# server: 3:
i
103


This is statement-based replication at its best.

[Read more]
One in, one out for Sun’s PostgreSQL team

Ever since Sun acquired MySQL the rumours have been rife that Josh Berkus, PostgreSQL core team member and Sun’s PostgreSQL lead, would soon be heading out the door.

Josh has now confirmed that he is indeed leaving Sun, but before the doomsayers start writing of Sun’s PostgreSQL support business completely, Josh also notes that Peter Eisentraut is joining the team as PostgreSQL software engineer. Peter has also confirmed his new role.

From the MySQL team, Kaj Arno does the hellos and goodbyes. Losing Josh is significant for Sun’s role in the PostgreSQL community but the quick appointment of Peter indicates that …

[Read more]
Federated Storage Engine: Disabled by default in MySQL 5.1.26, use with care

This blog entry is about a specific storage engine in MySQL. The Federated storage engine enables data to be accessed from a remote MySQL database on a local server without using replication or cluster technology. When using a Federated table, queries on the local server are automatically executed on the remote (federated) tables. No data is stored on the local tables.

When we released MySQL 5.1.24, the Federated engine was not compiled in, pending decisions on our future steps. The reason for the removal was that we realised (albeit quite late in the game) that Federated has some bugs that expose the server to unnecessary risks. Fixing these bugs is a time consuming process, because the root cause lies in the design of the Federated engine.

The removal was a safety precaution, which made the server more secure. However, it also deprived some users of an engine that they had been using for some time (Federated was …

[Read more]
Keynote Slides Posted for the Sun Open Source BI Summit

The keynote presentation for the 2008 Open Source BI Summit put on by Sun is available online now. I've embedded it below. A PDF is also available for download from Slideshare. Share and enjoy. Here's the informal description:

The enterprise software market is in the midst of a major structural shift.
Open source is a change in the conduct of the market – it’s not about ideology.
If we understand why this is happening, we can figure out how to respond.
The firms that develop a strategy to deal with the new market realities and open source will be the ones who make money.
The others, not so much.

Going Open: The Perils And Promise Of Open Source BIview …

[Read more]
OSCON Bound!

In about 20 minutes I leave for the airport, arriving tonight in lovely Portland, OR to attend OSCON.  This will be my third appearance there and I look forward to listening, learning, being interviewed and podcasting.  In fact it was at last year's OSCON that I kicked off my foray into the wild and wacky world of podcasting.    A year later I've got over 70 under my belt and am looking to grab a few more.

What to look for 

As I mentioned previously, Dalibor will be giving a talk and as Ken points out, Sun will be having its "coach potato" …

[Read more]
OSCON Bound!

In about 20 minutes I leave for the airport, arriving tonight in lovely Portland, OR to attend OSCON.  This will be my third appearance there and I look forward to listening, learning, being interviewed and podcasting.  In fact it was at last year's OSCON that I kicked off my foray into the wild and wacky world of podcasting.    A year later I've got over 70 under my belt and am looking to grab a few more.

What to look for 

As I mentioned previously, Dalibor will be giving a talk and as Ken points out, Sun will be having its "coach potato" …

[Read more]
Rails/Ruby News - Resources, Tutorials, Adoption Stories

Trying to catch up a bit on Ruby/Rails/JRuby related news...

Two new NetBeans 6.1 Ruby tutorials: Getting Started With Ruby and Rails and Using Java Libraries in Rails Applications. The last topic is one of the big benefits of JRuby, one example is this report of Calling into Sun's SSO and another is this Tutorial showing Invoking Java 2D Graphics.

A …

[Read more]
Is PostgreSQL dead at Sun?

Ever since Sun Microsystems acquired MySQL, the most common question  that I had to answer  was "Is PostgreSQL dead at Sun?".  This question was not only raised from just PostgreSQL contributors but also other Sun Employees and  potential customers who may not even know that Sun actually sells PostgreSQL support services

This question will be further fueled with Josh Berkus's departure. (Josh, we will miss you.)  I admit from the period between the announcement of MySQL acquisition till recently, I too had my own doubts. But as Sun enters it new Fiscal Year FY09, and the clear directions from Management has given the right positive goals to the Sun PostgreSQL Team which will lead to Positive Growth, Self Sustaining model and …

[Read more]
Never attribute to malice... MySQL Training in Australia

Sometimes you don't quite know what to think... last month MySQL (the company) had no courses in Australia listed in their schedule. They do a few courses a year, schedule them, and they disappear from the schedule when they're full - which, given one active MySQL salesperson since the start of the year, is happening.

Anyway, all of a sudden there were some new ones in the schedule (that's ok, must publish some time) but they're fairly short notice (about one month, rather than 2-3 months ahead), and one is on a similar topic as one of the Open Query courses, in a location that MySQL has not previously been to. And aside from the short notice, the state in question had its winter school holidays two weeks of the period between announcing and the course, so that makes the lead time even shorter.

Now we know, "never attribute to malice what can easily be …

[Read more]
Showing entries 32991 to 33000 of 45392
« 10 Newer Entries | 10 Older Entries »