Re: hash aggregation
| От | Korisk |
|---|---|
| Тема | Re: hash aggregation |
| Дата | |
| Msg-id | 53981349968513@web6f.yandex.ru обсуждение исходный текст |
| Ответ на | Re: hash aggregation (Craig Ringer <ringerc@ringerc.id.au>) |
| Ответы |
Re: hash aggregation
Re: hash aggregation |
| Список | pgsql-performance |
"IOS scan" ?
Index Only Scan
What's your seq_page_cost and random_page_cost?
hashes=# SELECT name, setting, reset_val FROM pg_settings WHERE setting <> reset_val;
name | setting | reset_val
-------------------------+----------------+-----------
archive_command | (disabled) |
enable_bitmapscan | off | on
enable_indexscan | off | on
enable_seqscan | off | on
log_file_mode | 0600 | 384
random_page_cost | 0.1 | 4
seq_page_cost | 0.1 | 1
transaction_isolation | read committed | default
unix_socket_permissions | 0777 | 511
(9 rows)
Postgresql 9.2.1 was configured and built with default settings.
Thank you.
В списке pgsql-performance по дате отправления: