Re: GIN index creation extremely slow ?

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: GIN index creation extremely slow ?
Дата
Msg-id 44A11D4A.40602@sigaev.ru
обсуждение исходный текст
Ответ на GIN index creation extremely slow ?  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Ответы Re: GIN index creation extremely slow ?
Список pgsql-hackers
> test=# CREATE INDEX idxFTI_idx ON wikipedia USING gist(vector);
> CREATE INDEX
> Time: 416122.896 ms
> 
> so about 7 minutes - sounds very reasonable
> 
> test=# CREATE INDEX idxFTI2_idx ON wikipedia USING gin(vector);
> CREATE INDEX
> Time: 52681605.101 ms

I'll look at this,  but GiST time creation is suspiciously small.
Can you test on smaller table, for example with 100000 records and if results 
are repeat, pls, send to me test suite...

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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dhanaraj M
Дата:
Сообщение: Turning off disk caching
Следующее
От: "Mark Woodward"
Дата:
Сообщение: Re: vacuum, performance, and MVCC