Re: GUID for postgreSQL - Mailing list pgsql-general

From Tony Caduto
Subject Re: GUID for postgreSQL
Date
Msg-id 42E85192.4060709@amsoftwaredesign.com
Whole thread Raw
In response to Re: GUID for postgreSQL  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-general
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.
>
>
>


pgsql-general by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: [pgsql-advocacy] MySQL to PostgreSQL, was ENUM type
Next
From: "Joshua D. Drake"
Date:
Subject: Re: [pgsql-advocacy] MySQL to PostgreSQL, was ENUM type