From: | David Fetter <david(at)fetter(dot)org> |
---|---|
To: | Alex Turner <armtuk(at)gmail(dot)com> |
Cc: | Chris Travers <chris(at)travelamericas(dot)com>, Scott Marlowe <smarlowe(at)g2switchworks(dot)com>, CSN <cool_screen_name90001(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: PostgreSQL 8.1 vs. MySQL 5.0? |
Date: | 2005-10-13 17:35:22 |
Message-ID: | 20051013173522.GB22856@fetter.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-advocacy pgsql-general |
On Thu, Oct 13, 2005 at 01:00:03PM -0400, Alex Turner wrote:
> <snip>
> > >Instance Manager: Uniquely MySQL. It allows things like starting
> > >and stopping the database remotely.
> > >
> > I cannot think of a reason ever to need this when we have
> > OpenSSH.... <snip>
>
> I'm just curious, but how does this work for a windows box?
You can get many varieties of SSH for windows. Probably the easiest
to install is the one that comes with Cygwin.
> > >Federated Storage Engine: Allows MySQL to access tables in other
> > >servers like they are here. No real direct equivalent in
> > >PostgreSQL, but dblink provides similar functionality.
> > >
> > DBI-Link also has a wider range of functionality and can access
> > tables on MySQL, Oracle, DB2, etc. servers. <snip>
> >
> If I had just one wish for postgresql it would be to support
> cross-database queries like Oracle. This is a HUGE pain in the ass,
> and DBI-Link syntax is clunky as hell.
I'm the author of DBI-Link, and I am *always* eager to hear
suggestions for how to improve it. Concrete suggestions that come
with resources like testers, test environments, test plans, and so
forth take priority :)
> I would switch to Oracle tomorrow if I had the budget just because
> of this feature. I have data across four and five databases that
> are related, and I need to build cross database views, and do data
> munging _easily_, DBI link is far from easy, and I suspect that it's
> performance is far from stellar,
I'm working on this. The next performance improvement relies on pg
8.1 features of PL/Perl. Further improvements...well, you're right.
I'll need a generic way to get predicates at run time from one place
and push them to an opaque place, in my case, a set-returning
function, at run time.
Cheers,
D
--
David Fetter david(at)fetter(dot)org http://fetter.org/
phone: +1 510 893 6100 mobile: +1 415 235 3778
Remember to vote!
From | Date | Subject | |
---|---|---|---|
Next Message | Tino Wildenhain | 2005-10-13 18:29:54 | Re: PostgreSQL 8.1 vs. MySQL 5.0? |
Previous Message | Jim C. Nasby | 2005-10-13 17:07:30 | Re: [GENERAL] Oracle buys Innobase |
From | Date | Subject | |
---|---|---|---|
Next Message | Jim C. Nasby | 2005-10-13 17:44:42 | Re: PostgreSQL's bug tracker |
Previous Message | Andrew Sullivan | 2005-10-13 17:17:20 | Re: Cluster/redundancy question |