|
|
Sponsor |
Re: Mutli-threading and performance of ODBC: msg#00009db.postgresql.odbc
> -----Original Message----- > From: Tom Lane [mailto:tgl@xxxxxxxxxxxxx] > Sent: 09 March 2004 16:35 > To: Dave Page > Cc: Stergios Zissakis; pgsql-odbc@xxxxxxxxxxxxxx; Kostas > Lykiardopoulos; Dimitris Pantermalis > Subject: Re: [ODBC] Mutli-threading and performance of ODBC > > "Dave Page" <dpage@xxxxxxxxxxxxxxxxxx> writes: > > I removed KSQO long ago for servers >= 7.3 - for < 7.3 it > is a config > > option. GEQO is set via a config option - it is not forced on. > > I just looked through the unixODBC 2.2.8 sources, and I can't > see anywhere that the behavior for KSQO is made > version-dependent. It seems to be there and default to ON > regardless of backend version. It's not in unixODBC, it's in psqlODBC (and the above should have read 7.1). From: http://gborg.postgresql.org/project/psqlodbc/cvs/co.php/psqlodbc/connect ion.c?r=1.67 /* KSQO (not applicable to 7.1+ - DJP 21/06/2002) */ if (ci->drivers.ksqo && PG_VERSION_LT(self, 7.1)) { result = PGAPI_ExecDirect(hstmt, "set ksqo to 'ON'", SQL_NTS); if ((result != SQL_SUCCESS) && (result != SQL_SUCCESS_WITH_INFO)) status = FALSE; mylog("%s: result %d, status %d from set ksqo\n", func, result, status); } It's in tip as well... Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Mutli-threading and performance of ODBC, Dave Page |
|---|---|
| Next by Date: | Re: Mutli-threading and performance of ODBC, Tom Lane |
| Previous by Thread: | Re: Mutli-threading and performance of ODBC, Stergios Zissakis |
| Next by Thread: | Re: Mutli-threading and performance of ODBC, Tom Lane |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |
Home | sitemap
| advertise | OSDir is
an inevitable website.
|