Re: difficulties with time based queries

Поиск
Список
Период
Сортировка
От Matthew Wakeling
Тема Re: difficulties with time based queries
Дата
Msg-id alpine.DEB.2.00.0904061304440.791@aragorn.flymine.org
обсуждение исходный текст
Ответ на Re: difficulties with time based queries  ("Rainer Mager" <rainer@vanten.com>)
Список pgsql-performance
On Mon, 6 Apr 2009, Rainer Mager wrote:
> The data should be mostly ordered by date. It is all logged in semi-realtime
> such that 99% will be logged within an hour of the timestamp. Also, as
> stated above, during this query it was about 1.2 MB/s, which I know isn't
> great. I admit this isn't the best hardware in the world, but I would expect
> better than that for linear queries.

Might you have an unbalanced index tree? Reindexing would also solve that
problem.

Matthew

--
 There are only two kinds of programming languages: those people always
 bitch about and those nobody uses. (Bjarne Stroustrup)

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

Предыдущее
От: Mario Splivalo
Дата:
Сообщение: Re: Forcing seq_scan off for large table joined with tiny table yeilds improved performance
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Best replication solution?