Re: [SPAM] OS cache management

From: Moreno Andreo <moreno(dot)andreo(at)evolu-s(dot)it>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: [SPAM] OS cache management
Date: 2017-09-06 14:45:09
Message-ID: fe49c502-2946-91a2-e921-72a62d2ee854@evolu-s.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Il 06/09/2017 10:12, Soni M ha scritto:
>
>
> Let's say I have 10 year data, and commonly used data only the last 1
> year. This data is quite big, so each table and index file is divided
> into several file in PGDATA/base
>
May not be relevant to what you asked, but if you want to keep last yeat
data in a "small and fast" dataset separated (physically separated!) by
old data (that's still available, but response times may vary), IMHO you
should consider partitioning...
https://www.postgresql.org/docs/current/static/ddl-partitioning.html

HTH,
Moreno.-

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message George Neuner 2017-09-06 16:55:32 Re: printing results of query to file in different times
Previous Message Gerardo Herzig 2017-09-06 14:13:34 Re: OS cache management