Re: Zedstore - compressed in-core columnar storage

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Zedstore - compressed in-core columnar storage
Дата
Msg-id 30261.1555341038@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Zedstore - compressed in-core columnar storage  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: Zedstore - compressed in-core columnar storage  (Robert Haas <robertmhaas@gmail.com>)
Re: Zedstore - compressed in-core columnar storage  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes:
> * Tomas Vondra (tomas.vondra@2ndquadrant.com) wrote:
>> I think having a colstore in core is important not just for adoption,
>> but also for testing and development of the executor / planner bits.

> Agreed.

TBH, I thought the reason we were expending so much effort on a tableam
API was exactly so we *wouldn't* have to include such stuff in core.

There is a finite limit to how much stuff we can maintain as part of core.
We should embrace the notion that Postgres is an extensible system, rather
than build all the tooling for extension and then proceed to dump stuff
into core anyway.

>> If we have multiple candidates with sufficient code quality, then we may
>> consider including both.

Dear god, no.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Accidental setting of XLogReaderState.private_data ?
Следующее
От: Dean Rasheed
Дата:
Сообщение: Multivariate MCV lists -- pg_mcv_list_items() seems to be broken