On Tue, Mar 8, 2011 at 4:24 PM, Tom Lane wrote:
> Robert Haas writes:
>> The reason I thought cross-column correlations might be relevant is
>> that the bitmap index scan on news_visible_from is quite accurate
>> (19976 estimated vs. 19932 actual) and the bitmap index scan on
>> news_visible_to i
On Tue, Mar 8, 2011 at 2:57 PM, Robert Haas wrote:
> On Mon, Mar 7, 2011 at 3:40 PM, Merlin Moncure wrote:
>> On Tue, Feb 22, 2011 at 9:07 PM, Robert Haas wrote:
>>> On Fri, Feb 4, 2011 at 7:08 AM, Ivan Voras wrote:
-> BitmapAnd (cost=1282.94..1282.94
Robert Haas writes:
> The reason I thought cross-column correlations might be relevant is
> that the bitmap index scan on news_visible_from is quite accurate
> (19976 estimated vs. 19932 actual) and the bitmap index scan on
> news_visible_to is tolerably accurate (151 estimated vs. 41 actual)
> bu
On Mon, Mar 7, 2011 at 3:40 PM, Merlin Moncure wrote:
> On Tue, Feb 22, 2011 at 9:07 PM, Robert Haas wrote:
>> On Fri, Feb 4, 2011 at 7:08 AM, Ivan Voras wrote:
>>> -> BitmapAnd (cost=1282.94..1282.94
>>> rows=1430 width=0) (actual time=5.508..5.508 rows=0 loops
On Tue, Feb 22, 2011 at 9:07 PM, Robert Haas wrote:
> On Fri, Feb 4, 2011 at 7:08 AM, Ivan Voras wrote:
>> -> BitmapAnd (cost=1282.94..1282.94
>> rows=1430 width=0) (actual time=5.508..5.508 rows=0 loops=1)
>> -> Bitmap Inde
On Fri, Feb 4, 2011 at 7:08 AM, Ivan Voras wrote:
> -> BitmapAnd (cost=1282.94..1282.94
> rows=1430 width=0) (actual time=5.508..5.508 rows=0 loops=1)
> -> Bitmap Index Scan on
> news_index_layout_id_state (cost=0.00..150.14
Sorry for the misunderstaning: of course not default "normal" settings; shared
buffers, work mem, wal segments and others have been tuned according to
available hardware (e.g. 4 GB, 32 MB, 10 for these settings, respectively). I
meant "planner default settings" in the post.
--
Sent from my Andr
On 04/02/2011 15:44, Greg Smith wrote:
Ivan Voras wrote:
The "vanilla" plan, with default settings is:
Pause here for a second: why default settings? A default PostgreSQL
configuration is suitable for systems with about 128MB of RAM. Since you
say you have "good enough hardware", I'm assuming
Ivan Voras wrote:
The "vanilla" plan, with default settings is:
Pause here for a second: why default settings? A default PostgreSQL
configuration is suitable for systems with about 128MB of RAM. Since
you say you have "good enough hardware", I'm assuming you have a bit
more than that. Th
I'm running all this on a 9.0 server with good enough hardware. The
query is:
SELECT news.id AS news_id
, news.layout_id
, news.news_relation_id
, news.author_id
10 matches
Mail list logo