Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.sai.msu.su/~megera/postgres/fts/doc/fts-limits.html
Дата изменения: Unknown Дата индексирования: Sun Apr 13 07:46:03 2008 Кодировка: Поисковые слова: http astrokuban.info astrokuban |
Full-Text Search in PostgreSQL: A Gentle Introduction | ||||
---|---|---|---|---|
Prev | Fast Backward | Chapter 1. FTS Introduction | Fast Forward | Next |
Current implementation of FTS has some limitations.
Length of lexeme < 2K
Length of tsvector (lexemes + positions) < 1Mb
The number of lexemes < 432
0< Positional information < 16383
No more than 256 positions per lexeme
The number of nodes ( lexemes + operations) in tsquery < 32768
For comparison, PostgreSQL 8.1 documentation consists of 10441 unique words, total 335420 words and most frequent word 'postgresql' mentioned 6127 times in 655 documents.
Another example - PostgreSQL mailing list archive consists of 910989 unique words, total 57,491,343 lexemes in 461020 messages.