varchar as primary key - Mailing list pgsql-general

From Matthew Hixson
Subject varchar as primary key
Date
Msg-id F90BB4FF-6F32-4A56-A6F4-429505850CAB@poindextrose.org
Whole thread Raw
Responses Re: varchar as primary key
Re: varchar as primary key
Re: varchar as primary key
List pgsql-general
I'm investigating the usage of a UUID primary key generator using
Hibernate and Postgres.  The reason for using a UUID is that we will
have an application hosted at different sites in different
databases.  We will need to aggregate the data back into a single
database from time to time and we want to avoid PK collisions.
   Is there a significant performance difference between using int
primary keys and string primary keys in Postgres?
   Thanks,
    -M@

pgsql-general by date:

Previous
From: Thorsten Kraus
Date:
Subject: Re: Stored procedure
Next
From: "Hakan Kocaman"
Date:
Subject: Re: Stored procedure