Re: Plan time Improvement - 64bit bitmapset - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Plan time Improvement - 64bit bitmapset
Date
Msg-id 4A26862B020000250002742F@gw.wicourts.gov
Whole thread Raw
In response to Plan time Improvement - 64bit bitmapset  (Andres Freund <andres@anarazel.de>)
Responses Re: Plan time Improvement - 64bit bitmapset  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Gregory Stark <stark@enterprisedb.com> wrote: 
> My money's still on very large statistics targets. If you have a lot
> of columns and 1,000-element arrays for each column that can get big
> pretty quickly.
I'm finding that even the ones that had a plan time in the range of
260 ms go down to 15 ms to 85 ms once the statistics are cached.  I
wonder if the long run time is because it's having to read statistics
multiple times because they don't fit in cache?  Like with really wide
values?  Would the wider bitmap type help with that situation in any
way?
-Kevin



pgsql-hackers by date:

Previous
From: Ron Mayer
Date:
Subject: Re: PostgreSQL Developer meeting minutes up
Next
From: Aidan Van Dyk
Date:
Subject: Re: Managing multiple branches in git