[HACKERS] MAIN, Uncompressed?

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема [HACKERS] MAIN, Uncompressed?
Дата
Msg-id CANP8+jKsVmw6CX6YP9z7zqkTzcKV1+Uzr3XjKcZW=2Ya00OyQQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] MAIN, Uncompressed?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
It looks like we need a new Column Storage option for MAIN, Uncompressed.

We have these Column Storage options
Plain - inline only, uncompressed
Main - inline until external as last resort, compressible
External - external, uncompressed
Extended - external, compressible

So there is no option for Main, but not compressible...

With reference to code... there seems to be no way to skip step 3

/* ----------* Compress and/or save external until data fits into target length**  1: Inline compress attributes with
attstorage'x', and store very*     large attributes with attstorage 'x' or 'e' external immediately*  2: Store
attributeswith attstorage 'x' or 'e' external*  3: Inline compress attributes with attstorage 'm'*  4: Store attributes
withattstorage 'm' external* ----------*/
 

Not sure what to call this new option? MAINU?

Objections?

-- 
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Chris Travers
Дата:
Сообщение: Re: [HACKERS] Thoughts on unit testing?
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: [HACKERS] More replication race conditions