Re: 10 TB database

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: 10 TB database
Дата
Msg-id alpine.GSO.2.01.0906161221090.17014@westnet.com
обсуждение исходный текст
Ответ на Re: 10 TB database  ("Brent Wood" <b.wood@niwa.co.nz>)
Список pgsql-general
On Tue, 16 Jun 2009, Brent Wood wrote:

> For data retrieval, clustered indexes may help, but as this requires a
> physical reordering of the data on disk, it may be impractical.

This tends to be irrelevant for this sort of data because it's normally
inserted in a fairly clustered way in the first place.  The usual way
tables get unclustered involves random insertion and deletion, and that
just doesn't happen for data that's being imported daily and never deleted
afterwards; it's naturally clustered quite well.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: 10 TB database
Следующее
От: Just Someone
Дата:
Сообщение: Re: Amazon EC2 | Any recent developments