Re: Toast question

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: Toast question
Дата
Msg-id 200107111637.f6BGb7r20092@jupiter.us.greatbridge.com
обсуждение исходный текст
Ответ на Toast question  (Taral <taral@taral.net>)
Список pgsql-general
Taral wrote:
> I noticed that toast tables seem to accumulate in my database, even if
> they're empty. Is there a way to get postgresql to remove (or not
> create) unused toast tables?

    What  do  you  mean with "accumulate"? They (and their index)
    should exist exactly as long as the table they belong to.

    The system creates a  toast  table  automatically  for  every
    table,  where  toasted  values  could  possibly  occur in the
    future (means any table using any of the variable sized  base
    data  types).  The  only  chance you have for now would be to
    disable the toast feature in the pg_type  entries  for  those
    datatypes you use before creating your user tables.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Предыдущее
От: "Gregory Wood"
Дата:
Сообщение: Re: reordering sequences
Следующее
От: "Thalis A. Kalfigopoulos"
Дата:
Сообщение: Re: Postgresql revisited. Some questions about the product0