Re: [HACKERS] tables > 1 gig

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] tables > 1 gig
Дата
Msg-id 199906171524.LAA25822@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] tables > 1 gig  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] tables > 1 gig  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Bruce Momjian <maillist@candle.pha.pa.us> writes:
> > ... nor do I understand why more people aren't
> > complaining about not being able to vacuum tables that are 1.5 gigs that
> > they used to be able to vacuum.
> 
> Most likely, not very many people with tables that big have adopted 6.5
> yet ... if I were running a big site, I'd probably wait for 6.5.1 on
> general principles ;-)
> 
> I think what we ought to do is finish working out how to make mdtruncate
> safe for concurrent backends, and then do it.  That's the right
> long-term answer anyway.

Problem is, no one knows how right now.  I liked unlinking every
segment, but was told by Hiroshi that causes a problem with concurrent
access and vacuum because the old backends still think it is there.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] tables > 1 gig
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] tables > 1 gig