Re: BUG #2594: Gin Indexes cause server to crash on Windows - Mailing list pgsql-bugs

From Teodor Sigaev
Subject Re: BUG #2594: Gin Indexes cause server to crash on Windows
Date
Msg-id 44F567A1.4090309@sigaev.ru
Whole thread Raw
In response to Re: BUG #2594: Gin Indexes cause server to crash on Windows  (Bernhard Weisshuhn <bkw@weisshuhn.de>)
List pgsql-bugs
> For the sake of completeness/reference: The backport for 8.1
> (http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/gin_tsearch2_81.gz)
> doesn't seem to have this bug, at least on a linux x86_64 machine I can
> create empty gin indexes with no problem.

It hasn't, because 8.2 already goes forward: there is a corner case when
documents has a lot of unique words (millions) and index creation time becomes
very long. 8.2 will create index much faster in this case.

>
> And the performance is sweeeet! Thanks Oleg & Teodor!

:)

--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

pgsql-bugs by date:

Previous
From: "David"
Date:
Subject: BUG #2597: windows installer error
Next
From: "Andreas Langegger"
Date:
Subject: BUG #2598: Columns named R are not accessible - although R is not a keyword