Hi,
Some one people have one report/benchmark about using postgresql block
size modified?
What is the difference?
thanks.
--
Ivo Nascimento
Iann tech - Desenvolvendo soluções com performance e segurança
http://www.ianntech.com.br
---(end of broadcast)-
hello all,
I like to know what you think about using dblink to construct serious
syncronous and asyncronous replication.
I'm work with this idea only for test and think this is possible or almost
possible because I don't know the performance for long distances but in the
same network, like insi
Martijn van Oosterhout escreveu:
On Mon, Dec 25, 2006 at 08:52:52PM -0300, Henrique P Machado wrote:
WHERE (USER_ID = $1) AND (COMPANY_ID = $2) AND BOOK_NO IN ($3)
Could'nt he use an array in this 3rd parameter?
I think so, if it's written:
AND BOOK_NO = ANY($3)
Have a nic