Re: Default fill factor for tables?

Поиск
Список
Период
Сортировка
От Richard Broersma
Тема Re: Default fill factor for tables?
Дата
Msg-id 396486430807111112s1d6f5e74ueb664d6b272079f8@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Default fill factor for tables?  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Ответы Re: Default fill factor for tables?  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Список pgsql-general
On Fri, Jul 11, 2008 at 10:27 AM, Scott Marlowe <scott.marlowe@gmail.com> wrote:

> Is there any way to set a different default fill factor?

ALTER TABLE Yourtable
        SET ( FILLFACTOR = 50 );

It take a bit of back tracking on the storage_parameter section:
http://www.postgresql.org/docs/8.3/interactive/sql-altertable.html  <-
see storage_parameter
http://www.postgresql.org/docs/8.3/interactive/sql-createtable.html <-
see storage_parameter
http://www.postgresql.org/docs/8.3/interactive/sql-createtable.html#SQL-CREATETABLE-STORAGE-PARAMETERS
 <- see FILLFACTOR


--
Regards,
Richard Broersma Jr.

Visit the Los Angles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

В списке pgsql-general по дате отправления:

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Default fill factor for tables?
Следующее
От: Scott Frankel
Дата:
Сообщение: Re: roll back to 8.1 for PyQt driver work-around