Re: Columnar store as default for PostgreSQL 10?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Columnar store as default for PostgreSQL 10?
Дата
Msg-id 20160510182258.GA12263@momjian.us
обсуждение исходный текст
Ответ на Re: Columnar store as default for PostgreSQL 10?  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-general
On Mon, Apr 25, 2016 at 11:20:11AM -0300, Alvaro Herrera wrote:
> In our design, columnar or not is going to be an option: you're going to
> be able to say "Dear server, for this table kindly set up columnar
> storage for me, would you? Thank you very much." And then you’re going
> to get a table which may be slower for regular usage but which will rock
> for analytics. For most of your tables the current row-based store will
> still likely be the best option, because row-based storage is much
> better suited to the more general cases.

I am coming late to this thread, but one item not discussed about
columnar storage is the use of compression of identical column values
across rows.  Existing Postgres storage only compresses single values,
not values across rows.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+                     Ancient Roman grave inscription +


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

Предыдущее
От: Melvin Davidson
Дата:
Сообщение: Re: Increased I/O / Writes
Следующее
От: Edson Richter
Дата:
Сообщение: Re: Increased I/O / Writes