Re: Postgres 9.0 has a bias against indexes

Поиск
Список
Период
Сортировка
От Mladen Gogala
Тема Re: Postgres 9.0 has a bias against indexes
Дата
Msg-id 4D4195FE.5000506@vmsinfo.com
обсуждение исходный текст
Ответ на Re: Postgres 9.0 has a bias against indexes  (J Sisson <sisson.j@gmail.com>)
Список pgsql-performance
On 1/27/2011 10:51 AM, J Sisson wrote:
> Also, if random_page_cost is set to default (4.0), the planner will
> tend towards sequential scans.
scott=> show random_page_cost;
  random_page_cost
------------------
  1
(1 row)

scott=> show seq_page_cost;
  seq_page_cost
---------------
  2
(1 row)


--
Mladen Gogala
Sr. Oracle DBA
1500 Broadway
New York, NY 10036
(212) 329-5251
www.vmsinfo.com


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

Предыдущее
От: Mladen Gogala
Дата:
Сообщение: Re: Postgres 9.0 has a bias against indexes
Следующее
От: David Wilson
Дата:
Сообщение: Re: Postgres 9.0 has a bias against indexes