Re: cluster test

Поиск
Список
Период
Сортировка
От Joachim Wieland
Тема Re: cluster test
Дата
Msg-id 20070526114027.GA12075@mcknight.de
обсуждение исходный текст
Ответ на Re: cluster test  (Heikki Linnakangas <heikki@enterprisedb.com>)
Ответы Re: cluster test  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Sat, May 26, 2007 at 11:40:52AM +0100, Heikki Linnakangas wrote:
> >But we've got plenty of both in the buildfarm, and none of them are
> >showing this failure.  So I'm curious to know what's really different
> >about Joachim's installation.  It seems he must have a pg_constraint
> >table enough larger than "normal" to discourage the seqscan, but where
> >did that come from?  There's only one row in pg_constraint in standard
> >template0 --- could he be working with a custom system that has many
> >more?

> Or maybe some non-default values in postgresql.conf? Like random_page_cost?

No, I use what initdb creates:

$ cat postgresql.conf | grep ^[a-zA-Z]
max_connections = 100                   # (change requires restart)
shared_buffers = 24MB                   # min 128kB or max_connections*16kB
max_fsm_pages = 153600                  # min max_fsm_relations*16, 6 bytes each
datestyle = 'iso, dmy'
lc_messages = 'es_ES@euro'                      # locale for system error message
lc_monetary = 'es_ES@euro'                      # locale for monetary formatting
lc_numeric = 'es_ES@euro'                       # locale for number formatting
lc_time = 'es_ES@euro'                          # locale for time formatting


Joachim



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: cluster test
Следующее
От: Tom Lane
Дата:
Сообщение: Re: cluster test