Re: Porting Code to Postgresql

From: "Rick Gigger" <rick(at)alpinenetworking(dot)com>
To: "Alvaro Herrera" <alvherre(at)dcc(dot)uchile(dot)cl>, "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
Cc: "Errol Neal" <sysadmins(at)enhtech(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Porting Code to Postgresql
Date: 2003-10-15 19:20:52
Message-ID: 00be01c39351$741e4240$0700a8c0@trogdor
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

My guess is this will happen natually after using postgres for a short time.
(That's what happened to me.)

----- Original Message -----
From: "Alvaro Herrera" <alvherre(at)dcc(dot)uchile(dot)cl>
To: "scott.marlowe" <scott(dot)marlowe(at)ihs(dot)com>
Cc: "Errol Neal" <sysadmins(at)enhtech(dot)com>; <pgsql-general(at)postgresql(dot)org>
Sent: Wednesday, October 15, 2003 1:04 PM
Subject: Re: [GENERAL] Porting Code to Postgresql

> On Wed, Oct 15, 2003 at 12:44:55PM -0600, scott.marlowe wrote:
>
> > All the rest if pretty straight forward hacking, having converted or
> > helped to convert a few other MySQL tools to Postgresql recently.
>
> Of course, to get maximum performance you should drop the MySQL support
> and instead of coding workarounds for missing functionality, use
> whatever Postgres gives you (which is much more than what MySQL gives
> you).
>
> --
> Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
> "Si quieres ser creativo, aprende el arte de perder el tiempo"
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephen 2003-10-15 19:27:22 Re: VACUUM degrades performance significantly. Database
Previous Message Peter Eisentraut 2003-10-15 19:10:52 Re: Getting error codes for failed queries?