Re: Heavy write activity on first vacuum of fresh TOAST data

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Heavy write activity on first vacuum of fresh TOAST data
Дата
Msg-id 1197562283.4255.1829.camel@ebony.site
обсуждение исходный текст
Ответ на Heavy write activity on first vacuum of fresh TOAST data  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: Heavy write activity on first vacuum of fresh TOAST data  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: Heavy write activity on first vacuum of fresh TOAST data  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: Heavy write activity on first vacuum of fresh TOASTa  (Matthew <matthew@flymine.org>)
Список pgsql-performance
On Thu, 2007-12-13 at 09:46 -0600, Kevin Grittner wrote:

> The data was inserted through a Java program using a prepared
> statement with no indexes on the table.  The primary key was then
> added, and now I've started a vacuum.  The new table wound up being
> the first big table vacuumed, and I noticed something odd.  Even
> though there have been no rollbacks, updates, or deletes on this
> table, the vacuum is writing as much as it is reading while dealing
> with the TOAST data.

Writing hint bits. Annoying isn't it? :-(

--
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Heavy write activity on first vacuum of fresh TOAST data
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Limited performance on multi core server