Re: Efficiency of timestamps - Mailing list pgsql-performance

From Martin Foster
Subject Re: Efficiency of timestamps
Date
Msg-id 3F0B98CA.90800@ethereal-realms.org
Whole thread Raw
In response to Re: Efficiency of timestamps  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Responses Re: Efficiency of timestamps
List pgsql-performance
Stephan Szabo wrote:
>
>
> The row estimate is high. How many rows meet the various conditions and
> some of the combinations? And how many rows does it estimate if you do a
> simpler query on those with explain?
>
> I still think some variety of multi-column index to make the above index
> conditions would help, but you'd probably need to play with which ones
> help, and with the cost cut for the limit, I don't know if it'd actually
> get a better plan, but it may be worth trying a bunch and seeing which
> ones are useful and then dropping the rest.
>
>

At any given point in time you would not expect to see much more then 30
posts applying for a time based search.    That is primarily a result of
having more then one room for which posts are attached to, and then some
posts exist just to show people are there et cetera.

Simpler queries seem to do quiet well.   That view makes use of the same
table and seems to have no performance impact from doing as such, and
the position based search is considerably faster.

I can show EXPLAIN ANALYSE for all of those if you wish.

    Martin Foster
    Creator/Designer Ethereal Realms
    martin@ethereal-realms.org



pgsql-performance by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Efficiency of timestamps
Next
From: Stephan Szabo
Date:
Subject: Re: Efficiency of timestamps