Larger volumes of chronologically ordered data and the planner

Поиск
Список
Период
Сортировка
От John Moran
Тема Larger volumes of chronologically ordered data and the planner
Дата
Msg-id a6e804a01003031017l1320ec7fgd47d2692cea2ca00@mail.gmail.com
обсуждение исходный текст
Ответы Re: Larger volumes of chronologically ordered data and the planner
Re: Larger volumes of chronologically ordered data and the planner
Список pgsql-general
Hello,

What is PostgreSQL's likely behaviour when it encounters a large
volume of data that is chronologically ordered (there's a btree index
on a date column)? Is postgreSQL intelligent enough to discern that
since the most frequently accessed data is invariably recent data,
that it should store only that in memory, and efficiently store less
relevant, older data on disk (the volume of data in production at the
moment is still small enough to fit entirely in memory)? The
application I maintain is not really a data warehousing app, but this
is likely to be where I first encounter performance issues, if I ever
do.

Where can I learn more about this subject in general?

Regards,
John Moran

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

Предыдущее
От: Guillaume Yziquel
Дата:
Сообщение: PQntuples returns an int.
Следующее
От: Josh Kupershmidt
Дата:
Сообщение: Re: stopping processes, preventing connections