Re: Performance Tips

From: "Dagoberto Torres" <francisco99(at)codetel(dot)net(dot)do>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Performance Tips
Date: 2002-10-15 21:28:42
Message-ID: wjSdnYEtj99QFTGgXTWcqQ@News.GigaNews.Com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If your application is using Data Access Objects(DAO) it'll be slow always.
If so, try migrating to ActiveX Data Objects (ADO) and you'll see a big
difference.

"Eduardo Cadena" <ecadena(at)rocketmail(dot)com> wrote in message
news:20021015195146(dot)3600(dot)qmail(at)web14004(dot)mail(dot)yahoo(dot)com(dot)(dot)(dot)
> --0-1377194344-1034711506=:3525
> Content-Type: text/plain; charset=iso-8859-1
> Content-Transfer-Encoding: 8bit
>
>
> Does anyone can my tell me some tips to improve perfomance?
>
> My working platform is WinNT4 / Cygwin 1.3.10 / PostgreSQL 7.2.1
>
> I successfully migrate an MS-Access DB to postgres, but it seems that
Postgres version is working slowly .... I'm using ODBC to connect both DB.
>
> Thanks
>
> Eduardo Cadena
>
>
>
> ---------------------------------
> Do You Yahoo!?
> Yahoo! Net: La mejor conexin a internet y 25MB extra a tu correo por $100
al mes.
>
> --0-1377194344-1034711506=:3525
> Content-Type: text/html; charset=iso-8859-1
> Content-Transfer-Encoding: 8bit
>
> <FONT face=Helv size=2>
> <P>Does anyone can my tell me some tips to improve perfomance?</P>
> <P>My working platform is WinNT4 / Cygwin 1.3.10 / PostgreSQL 7.2.1</P>
> <P>I successfully migrate an MS-Access DB to postgres, but it seems that
Postgres version is working slowly .... I'm using ODBC to connect both
DB.</P>
> <P>Thanks</P>
> <P>Eduardo Cadena</P></FONT><p><br><hr size=1><b>Do You Yahoo!?</b><br>
> <a href="http://net.yahoo.com.mx"><b>Yahoo! Net</b></a>: La mejor conexin
a internet y 25MB extra a tu correo por
> <a href="http://net.yahoo.com.mx/">$100 al mes</a>.<br>
> --0-1377194344-1034711506=:3525--

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bill 2002-10-15 21:55:18 Re: '-i option' with Runlevel script (RPM version)
Previous Message Dagoberto Torres 2002-10-15 21:28:09 Re: Performance Tips