I read in the Changes list for 7.1 the following line:
CHAR() no longer faster than VARCHAR() because of TOAST
(Tom)
Does this mean that scanning is just as fast using VARCHAR
as CHAR? I was always taught to use CHAR on columns that I
needed speedier search results. What are the facts?
Brent