Re: [PERFORM] Autocommit

2005-02-14 Thread Hasnul Fadhly bin Hasan
e same defaults. Thanks, Hasnul Michael Fuhr wrote: On Mon, Feb 14, 2005 at 04:01:20PM +0800, Hasnul Fadhly bin Hasan wrote: I am just wondering, by default, autocommit is enabled for every client connection. The documentations states that we have to use BEGIN and END or COMMIT

[PERFORM] Autocommit

2005-02-14 Thread Hasnul Fadhly bin Hasan
Hi, I am just wondering, by default, autocommit is enabled for every client connection. The documentations states that we have to use BEGIN and END or COMMIT so to increase performance by not using autocommit. My question is, when we use the BEGIN and END statements, is autocommit unset/disabl

[PERFORM] Accessing insert values in triggers

2005-02-02 Thread Hasnul Fadhly bin Hasan
Hi, I am trying to build a function that would extend the trigger in general tid bits that would only track count changes for table rows. The one i am trying to build would check which column and value should be tracked. e.g. below would be the tracker. CREATE TABLE "public"."" ( "tables"

Re: [PERFORM] Performance delay

2005-01-13 Thread Hasnul Fadhly bin Hasan
Hi Richard, Thanks for the reply.. is that the case? i thought it would comply to the where condition first.. and after that it will format the output to what we want.. Hasnul Richard Huxton wrote: Hasnul Fadhly bin Hasan wrote: Hi, just want to share with all of you a wierd thing that i found

[PERFORM] Performance delay

2005-01-13 Thread Hasnul Fadhly bin Hasan
Hi, just want to share with all of you a wierd thing that i found when i tested it. i was doing a query that will call a function long2ip to convert bigint to ips. so the query looks something like this. select id, long2ip(srcip), long2ip(dstip) from sometable where timestamp between timestamp

[PERFORM] Trying to create multi db query in one large queries

2004-12-13 Thread Hasnul Fadhly bin Hasan
Hi, I am not sure if this is the place to ask this question, but since the question is trying to improve the performance.. i guess i am not that far off. My question is if there is a query design that would query multiple server simultaneously.. would that improve the performance? To make it c

Re: [PERFORM] Config Check

2004-12-06 Thread Hasnul Fadhly bin Hasan
Hi Bryan, Just wondering, i ran vacuumdb but didn't get the information that you get about the free space even when i set the verbose option. How did you get that? Thanks, Hasnul Bryan wrote: Postgresql is the backbone of our spam filtering system. Currently the performance is OK. Wanted to kn

[PERFORM] Recommended Specs

2004-12-01 Thread Hasnul Fadhly bin Hasan
Hi, I was reading a lot on the specs that was used by those who runs postgres. I was wondering is the a more structured method of determining what is the required hardware specs? The project that i am doing can populate about few millions records a day (worst case). Based on what i read, this