Re: Applying TOAST to CURRENT

Поиск
Список
Период
Сортировка
От JanWieck@t-online.de (Jan Wieck)
Тема Re: Applying TOAST to CURRENT
Дата
Msg-id 200005300938.LAA11624@hot.jw.home
обсуждение исходный текст
Ответ на Re: Applying TOAST to CURRENT  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Applying TOAST to CURRENT  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Applying TOAST to CURRENT  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> >         OTOH  I  don't  think  it's  a good thing to try creating
> >         these things on  the  fly  the  first  time  needed.  The
> >         required catalog changes and file creations introduce all
> >         kinds of possible rollback/crash problems, that we  don't
> >         want to have here - do we?
>
> Well, we could print the message suggesing ALTER TABLE when printing
> tuple too large.  Frankly, I don't see a problem in creating the backup
> table automatically.  If you are worried about performance, how about
> putting it in a subdirectory.
   It's  the toast-table and the index. So it's 2 Inodes and 16K   per table.  If the backend is compiled with -g,
someoneneeds   to create about 500 tables to waste the same amount of space.
 
   Well, I like the subdirectory idea. I only  wonder  how  that   should be implemented (actually the tablename is the
filename  - and that doesn't allow / in it).
 


Jan

--

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




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

Предыдущее
От: Peter Mount
Дата:
Сообщение: RE: [INTERFACES] Postgresql 7.0 JDBC exceptions - broken connecti ons ?
Следующее
От: Philip Warner
Дата:
Сообщение: Rename database?