[GENERAL] General question about speed of functions

2010-04-13 Thread Brent Friedman
be greatly appreciated. Thanks, Brent Friedman -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org

Re: [GENERAL] Insert vs Update syntax

2008-02-29 Thread Brent Friedman
If you don't like the standard sql implementation, you could use plsql or any language to make an abstraction layer/wrapper for this functionality. Just pass everything as a key/value pair, in an array or hashtable structure, to your abstraction layer/wrapper, and it can cycle through the

[GENERAL] JDBC and Postgresql 8.0 - cpu usage question

2008-02-14 Thread Brent Friedman
ideas about the jdbc type 3 driver, or tomcat connection pooling with a Sun jvm on linux? The application itself represents a constant load factor, with queries executing every minute on a cron - type schedule (http://www.sauronsoftware.it/projects/cron4j/). Thanks, Brent Friedman