Re: Default fill factor for tables?

Поиск
Список
Период
Сортировка
От Chris
Тема Re: Default fill factor for tables?
Дата
Msg-id 487EBA6B.90004@gmail.com
обсуждение исходный текст
Ответ на Re: Default fill factor for tables?  ("Roberts, Jon" <Jon.Roberts@asurion.com>)
Список pgsql-general
> I'm using 8.3.1 on Solaris and I just tried this:
> CREATE TABLE test (a int) WITH (hot_update='true');
>
> It fails with:
> ERROR:  unrecognized parameter "hot_update"
>
> Is a hot update automatic in 8.3.x and that is why there isn't any
> formal documentation other than what is in the source code?

It's always on (you can't turn it off).

If you want to look at the tech side of things check out:

http://people.planetpostgresql.org/devrim/index.php?/archives/117-Looking-for-a-presentation-regarding-HOT.html

--
Postgresql & php tutorials
http://www.designmagick.com/

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

Предыдущее
От: "Harvey, Allan AC"
Дата:
Сообщение: Re: 8.3.3 regression test on SCO 5.0.7
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: