Re: I: About "Our CLUSTER implementation is pessimal" patch

From: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Leonardo Francalanci <m_lists(at)yahoo(dot)it>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: I: About "Our CLUSTER implementation is pessimal" patch
Date: 2010-10-05 01:17:05
Message-ID: AANLkTinq7satnfX61xFeEs8k0-WZQcOX0eGnjaN5wdnY@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 4, 2010 at 8:42 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:

> Did you also adjust random_page_cost?

No, my seq_page_cost (1) and random_page_cost (4) are from the
defaults. Here are all my non-default settings:

test=# SELECT name, unit, setting FROM pg_settings WHERE source !=
'default'; name | unit |
setting
----------------------------+------+------------------------------------------
application_name | | psql
config_file | | /Users/josh/runtime/data/postgresql.conf
data_directory | | /Users/josh/runtime/data
DateStyle | | ISO, MDY
default_text_search_config | | pg_catalog.english
effective_cache_size | 8kB | 131072
hba_file | | /Users/josh/runtime/data/pg_hba.conf
ident_file | | /Users/josh/runtime/data/pg_ident.conf
lc_collate | | en_US.UTF-8
lc_ctype | | en_US.UTF-8
lc_messages | | C
lc_monetary | | C
lc_numeric | | C
lc_time | | C
listen_addresses | | *
log_directory | | /Users/josh/runtime/logs
log_line_prefix | | %t %u %h %d
log_min_duration_statement | ms | 0
log_statement | | all
log_timezone | | US/Eastern
logging_collector | | on
maintenance_work_mem | kB | 65536
max_connections | | 7
max_stack_depth | kB | 2048
server_encoding | | UTF8
shared_buffers | 8kB | 16384
TimeZone | | US/Eastern
timezone_abbreviations | | Default
transaction_isolation | | read committed
transaction_read_only | | off
wal_buffers | 8kB | 2048
work_mem | kB | 16384
(32 rows)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-10-05 01:49:06 Re: [HACKERS] top-level DML under CTEs
Previous Message Andrew Dunstan 2010-10-05 01:09:12 Re: Basic JSON support