This is a discussion on Re: "Official" version within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> > -----Original Message----- > From: Ing. Martin ©ramko [mailto:martin@soltec.sk] > Sent: 23 August 2005 15:05 > To: Dave Page ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > -----Original Message----- > From: Ing. Martin ©ramko [mailto:martin@soltec.sk] > Sent: 23 August 2005 15:05 > To: Dave Page > Subject: Re: [ODBC] "Official" version > > I can't use Npgsql for it's design capabilities (crash in VS > 2003) :-(( and > so on. I need SSL and other things from ODBC driver. > > > Anyway, what exactly is slow - retrieval of data when the > user selects a > > master record? How many records are liekly to be in each resultset? > > Yes, it is about a one half slower. Count of records in resultsets is > between 0 and 1000. > > > Does the Use Declare/Fetch option make any difference? > > I think not. But may be something wrong about my > environment.. If anyone > doesn't have the same problem, let it be. Well, I haven't tried that sort of test exactly, but have done other benchmarks which showed no significant differences. I don't suppose it could be SSL overhead that you're seeing with the new driver? Make sure it's disabled in the DSN. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |