Re: GUID for postgreSQL

From: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: GUID for postgreSQL
Date: 2005-07-28 03:31:30
Message-ID: 42E85192.4060709@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2005-07-28 03:34:56 Re: MySQL to PostgreSQL, was ENUM type
Previous Message Christopher Kings-Lynne 2005-07-28 03:24:25 Re: [GENERAL] MySQL to PostgreSQL, was ENUM type