Re: best db schema for time series data?

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: best db schema for time series data?
Дата
Msg-id AANLkTi=B9LMUMWMUm-nH=RbrahYb8ZKkQFJ8b4y-3wgU@mail.gmail.com
обсуждение исходный текст
Ответ на Re: best db schema for time series data?  (Louis-David Mitterrand <vindex+lists-pgsql-performance@apartia.org>)
Список pgsql-performance
2010/11/16 Louis-David Mitterrand <vindex+lists-pgsql-performance@apartia.org>:
> On Tue, Nov 16, 2010 at 12:03:29PM +0100, Pavel Stehule wrote:
>> Hello
>>
>> my opinion:
>>
>> @1 can be faster for access to last items with index
>> @2 can be more effective about data files length allocation
>
> Hi Pavel,
>
> What is "data files length allocation" ?

size of data files on disc :)

pg needs a some bytes for head on every row - so if you use a array,
then you share its. Next varlena types (like array) can be compressed.

Pavel


>
> --
> Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-performance
>

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

Предыдущее
От: Louis-David Mitterrand
Дата:
Сообщение: Re: best db schema for time series data?
Следующее
От: Arjen van der Meijden
Дата:
Сообщение: Re: best db schema for time series data?