Re: Less intrusive ways to cluster?

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Less intrusive ways to cluster?
Дата
Msg-id 4783A984.10602@commandprompt.com
обсуждение исходный текст
Ответ на Less intrusive ways to cluster?  ("Hans Guijt" <hg@terma.com>)
Список pgsql-admin
Hans Guijt wrote:
> I have a fairly large table that keeps track of data measured by our
> system. The data is in the form of BLOBs, and is only queried in order
> of timestamp. Because we are measuring from multiple devices, the data
> does not necessarily arrive in the database in correct temporal order,
> and in fact it is very well possible for corrections to some BLOBs to be
> entered after measurement. As a result, there is considerable churn in
> the table - but only at the very end, in the last hour or so of data.
> Older data is normally left alone.

> Alternatively, is there some way to do partial clustering? Since 99% of
> my data set will already be properly clustered, except for the last 24
> hours or so of data, just clustering that last bit (which is trivial by
> comparison) would already help a great deal. However, I'm not sure how
> to achieve this.

Why not break it up into a partitioning scheme?

Joshua D. Drake

>


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

Предыдущее
От: "Hans Guijt"
Дата:
Сообщение: Less intrusive ways to cluster?
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: user login: problems in linux