Re: 8.x index insert performance
От | Merlin Moncure |
---|---|
Тема | Re: 8.x index insert performance |
Дата | |
Msg-id | 6EE64EF3AB31D5448D0007DD34EEB3417DD730@Herge.rcsinc.local обсуждение исходный текст |
Ответ на | 8.x index insert performance (Kelly Burkhart <kelly@tradebotsystems.com>) |
Ответы |
Re: 8.x index insert performance
|
Список | pgsql-performance |
> On Mon, Oct 31, 2005 at 12:32:03PM -0500, Merlin Moncure wrote: > > if that index is causing the problem, you may want to consider setting > > up partial index to exclude null values. > > Hey all. > > Pardon my ignorance. :-) > > I've been trying to figure out whether null values are indexed or not from > the documentation. I was under the impression, that null values are not > stored in the index. Occassionally, though, I then see a suggestion such > as the above, that seems to indicate to me that null values *are* stored > in the index, allowing for the 'exclude null values' to have effect? > > Which is it? :-) I think I'm the ignorant one...do explain on any lookup on an indexed field where the field value is null and you get a seqscan. Merlin
В списке pgsql-performance по дате отправления: