Re: [PERFORM] Joel's Performance Issues WAS : Opteron vs Xeon - Mailing list pgsql-odbc
From | Joel Fradkin |
---|---|
Subject | Re: [PERFORM] Joel's Performance Issues WAS : Opteron vs Xeon |
Date | |
Msg-id | 001801c5480f$54573d80$797ba8c0@jfradkin Whole thread Raw |
In response to | Re: [PERFORM] Joel's Performance Issues WAS : Opteron vs Xeon ("Mohan, Ross" <RMohan@arbinet.com>) |
Responses |
Re: [PERFORM] Joel's Performance Issues WAS : Opteron vs Xeon
|
List | pgsql-odbc |
Hate to be dumb, but unfortunately I am. Could you give me an idea what I should be using, or is there a good resource for me to check out. I have been spending so much time with config and moving data, converting etc, I never looked at the odbc settings (didn't even think about it until Josh brought it up). I did ask him for his advice, but would love a second opinion. Our data is a bit of a mixture, some records have text items most are varchars and integers with a bit of Booleans mixed in. I am running 8.0.2 so not sure if the protocol is ODBC or Postgres? Thanks for responding I appreciate any help Joel Fradkin -----Original Message----- From: pgsql-odbc-owner@postgresql.org [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Mohan, Ross Sent: Thursday, April 21, 2005 10:01 AM To: pgsql-odbc@postgresql.org Subject: Re: [ODBC] [PERFORM] Joel's Performance Issues WAS : Opteron vs Xeon Joel, thanks. A couple of things jump out there for me, not a problem for a routine ODBC connection, but perhaps in the "lotsa stuff" context of your current explorations, it might be relevant? I am completely shooting from the hip, here, but...if it were my goose to cook, I'd be investigating Session("StringConn") = "DRIVER={PostgreSQL};DATABASE=wazagua;SERVER=192.168.123.252;PORT=5432;UID=; PWD=;ReadOnly=0;Protocol=6.4; || Protocol? Is this related to version? is the driver waaaay old? FakeOidIndex=0;ShowOidColumn=0;RowVersioning=0; ShowSystemTables=0;ConnSettings=;Fetch=100; || Fetch great for OLTP, lousy for batch? Socket=4096;UnknownSizes=0;MaxVarcharSize=254;MaxLongVarcharSize=8190; || what ARE the datatypes and sizes in your particular case? Debug=0; || a run with debug=1 probably would spit up something interesting.... CommLog=0;Optimizer=1; || Optimizer? that's a new one on me.... Ksqo=1;UseDeclareFetch=0;TextAsLongVarchar=1;UnknownsAsLongVarchar=0;BoolsAs Char=1;Parse=0;CancelAsFreeStmt=;ExtraSysTablePrefixes=dd_;LFConversion=1;Up datableCursors=1;DisallowPremature=0;TrueIsMinus1=0;BI=0;ByteaAsLongVarBinar y=0;UseServerSidePrepare=0" || that's about all I can see, prima facie. I'll be very curious to know if ODBC is any part of your performance equation. HTH, Ross -----Original Message----- From: Joel Fradkin [mailto:jfradkin@wazagua.com] Sent: Thursday, April 21, 2005 10:54 AM To: Mohan, Ross Cc: pgsql-odbc@postgresql.org; PostgreSQL Perform Subject: RE: [PERFORM] Joel's Performance Issues WAS : Opteron vs Xeon Here is the connect string I am using. It could be horrid as I cut it from ODBC program. Session("StringConn") = "DRIVER={PostgreSQL};DATABASE=wazagua;SERVER=192.168.123.252;PORT=5432;UID=; PWD=;ReadOnly=0;Protocol=6.4;FakeOidIndex=0;ShowOidColumn=0;RowVersioning=0; ShowSystemTables=0;ConnSettings=;Fetch=100;Socket=4096;UnknownSizes=0;MaxVar charSize=254;MaxLongVarcharSize=8190;Debug=0;CommLog=0;Optimizer=1;Ksqo=1;Us eDeclareFetch=0;TextAsLongVarchar=1;UnknownsAsLongVarchar=0;BoolsAsChar=1;Pa rse=0;CancelAsFreeStmt=0;ExtraSysTablePrefixes=dd_;LFConversion=1;UpdatableC ursors=1;DisallowPremature=0;TrueIsMinus1=0;BI=0;ByteaAsLongVarBinary=0;UseS erverSidePrepare=0" Joel Fradkin -----Original Message----- From: Mohan, Ross [mailto:RMohan@arbinet.com] Sent: Thursday, April 21, 2005 9:42 AM To: jfradkin@wazagua.com Subject: RE: [PERFORM] Joel's Performance Issues WAS : Opteron vs Xeon FWIW, ODBC has variables to tweak, as well. fetch/buffer sizes, and the like. Maybe one of the ODBC cognoscenti here can chime in more concretely.... ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings
pgsql-odbc by date: