Re: MS Access out-performs PostgreSQL 7? - Mailing list pgsql-admin

From Ragnar Kjørstad
Subject Re: MS Access out-performs PostgreSQL 7?
Date
Msg-id 20000720222201.B24098@vestdata.no
Whole thread Raw
In response to Re: MS Access out-performs PostgreSQL 7?  ("Joseph Sircy" <webmaster@dnhawaii.com>)
Responses RES: MS Access out-performs PostgreSQL 7?  ("Paulo Roberto Siqueira" <paulo.siqueira@usa.net>)
List pgsql-admin
On Tue, Jul 18, 2000 at 09:52:54AM -1000, Joseph Sircy wrote:
> Maybe I need to try a different ODBC driver, or if anyone knows of a better
> way to connect in asp scripts to psql, please let me know.

I know you said you needed to use MS-IIS, but do you also need to use
asp?

php has a feature called persistent database connections - it basicly
keeps the databaseconnections open all the time, and don't have to
reopen it for every webpage. It can improve performance a lot if you
have a lot of pages doing just a little bit of SQL.

(and you can run php under MS-IIS - there is even a tool to convert asp
to php).


--
Ragnar Kjorstad

pgsql-admin by date:

Previous
From: "O.H."
Date:
Subject: How can i fix the datestyle to european at startup ? do i have
Next
From: Thai Dang-vu
Date:
Subject: How to create stored procedure in PostgreSQL?