performance with column orders - Mailing list pgsql-performance

From Jim Thomason
Subject performance with column orders
Date
Msg-id 5cfdfaf7040805111013a769af@mail.gmail.com
Whole thread Raw
List pgsql-performance
I couldn't track down recent info in the archives, so I figured I'd ask here.

Does the order of columns still have an impact on table speed? Back in
the olden days, it used to be that fixed width columns (integer,
tinyint, etc.) should be the first ("left") columns in the table and
variable width ones should be towards the end ("right"). This allowed
a database to line up the columns better on disk and give you a speed
boost.

So, does Postgres still care about it? And, if so, how much? The posts
I found were from 2 years ago, and indicated that there is a minor
increase, but not a lot. Incidentally, could anyone quantify that in
any fashion?

Thanks,

-Jim....

pgsql-performance by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Performance Bottleneck
Next
From: Paul Serby
Date:
Subject: Re: The black art of postgresql.conf tweaking