Survey on backing up unlogged tables: help us with PostgreSQL development!

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Survey on backing up unlogged tables: help us with PostgreSQL development!
Дата
Msg-id 4CE309D5.6080805@agliodbs.com
обсуждение исходный текст
Ответы Re: Survey on backing up unlogged tables: help us with PostgreSQL development!  ("Karsten Hilbert" <Karsten.Hilbert@gmx.net>)
Re: Survey on backing up unlogged tables: help us with PostgreSQL development!  (Derrick Rice <derrick.rice@gmail.com>)
Re: Survey on backing up unlogged tables: help us with PostgreSQL development!  (Scott Ribe <scott_ribe@elevated-dev.com>)
Re: Survey on backing up unlogged tables: help us with PostgreSQL development!  (Andy Colson <andy@squeakycode.net>)
Re: Survey on backing up unlogged tables: help us with PostgreSQL development!  (Merlin Moncure <mmoncure@gmail.com>)
Re: Survey on backing up unlogged tables: help us with PostgreSQL development!  (Alban Hertroys <dalroi@solfertje.student.utwente.nl>)
Список pgsql-general
Folks,

Please help us resolve a discussion on -hackers.

PostgreSQL 9.1 is likely to have, as a feature, the ability to create
tables which are "unlogged", meaning that they are not added to the
transaction log, and will be truncated (emptied) on database restart.
Such tables are intended for highly volatile, but not very valuable,
data, such as session statues, application logs, etc.

The question is, how would you, as a DBA, expect pg_dump backups to
treat unlogged tables? Backing them up by default has the potential to
both cause performance drag on the unlogged table and make your backups
take longer unless you remember to omit them. Not backing them up by
default has the drawback that if you forget --include-unlogged switch,
and shut the database down, any unlogged data is gone. How would you
*expect* unlogged tables to behave?

Survey is here:
https://spreadsheets.google.com/ccc?key=0AoeuP3g2YZsFdDFnT2VKNC1FQ0pQNmJGS2dWMTNYMEE&hl=en&authkey=CISbwuYD


--
                                  -- Josh Berkus
                                     PostgreSQL Experts Inc.
                                     http://www.pgexperts.com

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

Предыдущее
От: Jorge Arévalo
Дата:
Сообщение: Re: Programming error: Out of Memory
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Programming error: Out of Memory