Performance differences using varchar, char and text - Mailing list pgsql-general

From Yusuf
Subject Performance differences using varchar, char and text
Date
Msg-id 3EF0D278.3050107@netscape.net
Whole thread Raw
List pgsql-general
In the Postgres 7.3.3. User Guide section 5.3, it says that there's no performance difference between the three type.
  But in 'PostgreSQL Database Performance Tuning' by Jean-Paul ARGUDO (section 5: use correct datatype), it says there
is a performance difference because of you might need more I/O to read the data (which makes sense).

So, is there a performance difference?


pgsql-general by date:

Previous
From: "Ivar"
Date:
Subject: Re: Is it bug ?
Next
From: Kevin Jacobs
Date:
Subject: PlPython