Re: WIP: preloading of ispell dictionary

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WIP: preloading of ispell dictionary
Дата
Msg-id 21212.1269441980@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: WIP: preloading of ispell dictionary  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> OK, what would the TODO text be?

I think there are really two tasks here:

* preprocess the textual dictionary definition files into something
that can be slurped directly into memory;

* use mmap() instead of read() to read preprocessed files into memory,
on machines where such a syscall is available.

There would be considerable gain from task #1 even without mmap.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: WIP: preloading of ispell dictionary
Следующее
От: Gokulakannan Somasundaram
Дата:
Сообщение: Re: Performance Improvement for Unique Indexes