Re: very large tables

Поиск
Список
Период
Сортировка
От Laurent Wandrebeck
Тема Re: very large tables
Дата
Msg-id fc593b510905250232x29cccddbr624a9aa18297a22b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: very large tables  (Matthew Brand <mtthwbrnd@googlemail.com>)
Список pgsql-general
Hello,

I'd try to use postgis ( http://postgis.refractions.net ), that allows
you to geolocalize your data. We use such an extention here for the
same kind of data you use. It will lighten up table size, and queries.
Otherwise, partitioning and cluster are good things to do. I would
increase default_statistics_target too. Up to 400, maybe ?
I don't know how/what for you analyse data, here we've clustered on time.

HTH.
Laurent

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

Предыдущее
От: Matthew Brand
Дата:
Сообщение: Re: very large tables
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: Query