Re: best db schema for time series data? - Mailing list pgsql-performance

From Pavel Stehule
Subject Re: best db schema for time series data?
Date
Msg-id AANLkTi=B9LMUMWMUm-nH=RbrahYb8ZKkQFJ8b4y-3wgU@mail.gmail.com
Whole thread Raw
In response to Re: best db schema for time series data?  (Louis-David Mitterrand <vindex+lists-pgsql-performance@apartia.org>)
List 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 by date:

Previous
From: Louis-David Mitterrand
Date:
Subject: Re: best db schema for time series data?
Next
From: Arjen van der Meijden
Date:
Subject: Re: best db schema for time series data?