Tom Lane wrote:
> One thing I'd wonder about is the overall startup overhead for Java.
> What's the relative time to do a trivial "select 2+2" each way?
>
startup time for java was less than 1 sec
]$ time java -Xmx256m JDBCclient -U postgres -h localhost -c "select 'blah' ;" playpen >
/dev/null
real 0m0.588s
user 0m0.340s
sys 0m0.040s