I don't think it would be that slow, unless running on a modem.
It would really depend on what you are doing, calling dblink 1000 times
a second would be slow, but I could see it being
used succesfully for other applications.
Alvaro Herrera wrote:
>On Wed, Jul 27, 2005 at 05:40:11PM -0500, Tony Caduto wrote:
>
>
>>Use Dblink and do a select off of a sequence on just one of the boxes?
>>You could set up a view that uses DBlink on all the boxes that points to
>>the master seq box.
>>
>>should work.
>>
>>
>
>It'll make the whole thing painfully slow.
>
>
>