Обсуждение: Re: PostgreSQL Storage: Sorted by Primary Key?

Поиск
Список
Период
Сортировка

Re: PostgreSQL Storage: Sorted by Primary Key?

От
Rainer Bauer
Дата:
michi wrote:

>Does PostgreSQL store records sorted by primary key?

Only after you cluster the table:
<http://www.postgresql.org/docs/8.2/static/sql-cluster.html>

Rainer