Building full-text index

Поиск
Список
Период
Сортировка
От Sean Davis
Тема Building full-text index
Дата
Msg-id 264855a00711150441x70e1264cq3fa7c1be0acf418f@mail.gmail.com
обсуждение исходный текст
Ответы Re: Building full-text index  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Building full-text index  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
I am trying to build a full-text index (gin(to_tsvector('english',
title || abstract))) on about 18 million abstracts and titles from
medical literature.  However, I keep getting out-of-memory errors.  (I
am on a 32Gb linux system with maintenance_work_mem set to 20Gb and
shared buffers at 4Gb; postgres 8.3beta).  Does creation of a
full-text index require that the entire index fit into memory?  I know
this is probably a naive question, but I guess I assumed that the file
system could be used.  Any hints on how to build such an index?

Thanks,
Sean

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

Предыдущее
От: "Sean Davis"
Дата:
Сообщение: XML schema
Следующее
От: "Lukas"
Дата:
Сообщение: 2 problems