Re: Insert performance with composite index

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Insert performance with composite index
Дата
Msg-id 201011011521.00144.andres@anarazel.de
обсуждение исходный текст
Ответ на Re: Insert performance with composite index  (Divakar Singh <dpsmails@yahoo.com>)
Ответы Re: Insert performance with composite index  (Divakar Singh <dpsmails@yahoo.com>)
Список pgsql-performance
On Monday 01 November 2010 15:16:49 Divakar Singh wrote:
> I am using 9.0.1
Either thats not true or you cargo culted loads of your config from a
significantly older pg version.

Things like:

#bgwriter_delay = 200            # 10-10000 milliseconds between rounds
bgwriter_lru_percent = 0        # 0-100% of LRU buffers scanned/round
#bgwriter_lru_maxpages = 5        # 0-1000 buffers max written/round
#bgwriter_all_percent = 0.333        # 0-100% of all buffers scanned/round
bgwriter_all_maxpages = 0        # 0-1000 buffers max written/round

make me very suspicious.

As I said, I would check the variables I referenced in my first post...

Andres

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

Предыдущее
От: Divakar Singh
Дата:
Сообщение: Re: Insert performance with composite index
Следующее
От: Divakar Singh
Дата:
Сообщение: Re: Insert performance with composite index