Re: Setup for large database

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Setup for large database
Дата
Msg-id 20060421195536.GP49405@pervasive.com
обсуждение исходный текст
Ответ на Re: Setup for large database  (Vivek Khera <vivek@khera.org>)
Список pgsql-general
On Fri, Apr 21, 2006 at 11:34:00AM -0400, Vivek Khera wrote:
> As for partitioning based on octet, you should look at your
> distribution of addresses and decide if it scatters the data evenly
> enough for you.

A much more important question: how will you be querying the data?

Partitioning is not a magic-bullet to performance, and when done
incorrectly it can end up hurting.

In this case, if the OP will be querying mostly on things that fit
within a class A, then partitioning on the first octet probably makes a
lot of sense. In fact, partitioning on the first two octets might make a
lot of sense, so long as there's very littly querying across partitions.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

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

Предыдущее
От: "Brandon Metcalf"
Дата:
Сообщение: Re: IDT timezone
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Setup for large database