On Fri, 23 Jan 2004, Jenny Zhang wrote:
> 3. index with desc/asc is not supported in PG, why it is not needed? Is
> there any work-around?
You can do this with index operator classes. There aren't any
automatically provided ones that do the reversed sort iirc, but I think
that's come up before
Tom Lane wrote:
It is notoriously hard to get reproducible results from pgbench.
However...
- I'm running pgbench with 35 clients and 50 transactions/client
(1) what scale factor did you use to size the database? One of the
gotchas is that you need to use a scale factor at least as large as th
Hi,
[EMAIL PROTECTED] wrote:
Hi
I have a php script and i make a pg_pconnect
If i want to make 4-10 pg_query in that script
Have i to close the connection at end of the script?
(i would say yes, is it right?)
If you want to make multiple pg_query's in a page you can, and you can
use the same