Re: Diagonal storage model

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема Re: Diagonal storage model
Дата
Msg-id CAL9smLDKaospgrYMxBkK7rWGDBxhZEOJhmF4BPU9ZpuGmkiVeA@mail.gmail.com
обсуждение исходный текст
Ответ на Diagonal storage model  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Ответы Re: Diagonal storage model  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Список pgsql-hackers
On Sun, Apr 1, 2018 at 3:48 PM, Konstantin Knizhnik <k.knizhnik@postgrespro.ru> wrote:
I want to announce new model, "diagonal storage" which combines benefits of both approaches.
The idea is very simple: we first store column 1 of first record, then column 2 of second record, ... and so on until we reach the last column.
After it we store second column of first record, third column of the second record,...

I'm a little worried about the fact that even with this model we're still limited to only two dimensions.  That's bound to cause problems sooner or later.


.m

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: WIP: Covering + unique indexes.
Следующее
От: Amit Langote
Дата:
Сообщение: Re: [HACKERS] path toward faster partition pruning