[GENERAL] PostgreSQL Storage: Sorted by Primary Key?
Does PostgreSQL store records sorted by primary key? ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org/
Re: [GENERAL] PostgreSQL Storage: Sorted by Primary Key?
Hi Rainer and Christopher, Thank you for your quick responses. I didn't know about CLUSTER command. It seems like just what I needed! Thanks! --Michi ---(end of broadcast)--- TIP 6: explain analyze is your friend