Re: BUG #15600: ts_stat's nentry maxes out at 255

Поиск
Список
Период
Сортировка
От Christoph Gößmann
Тема Re: BUG #15600: ts_stat's nentry maxes out at 255
Дата
Msg-id B77BE8F3-7F28-44E9-8571-A0F4979CAED5@goessmann.io
обсуждение исходный текст
Ответ на Re: BUG #15600: ts_stat's nentry maxes out at 255  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
That information is very helpful, thanks. I've tried verifying directly with the to_tsvector() function and could see
thatyou are right about no more than 255 locations being saved in the vector. So it makes sense adding that to the
documentation,otherwise people with large documents will obtain misleading or wrong numbers. 

> On 21. Jan 2019, at 18:31, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> =?utf-8?q?PG_Bug_reporting_form?= <noreply@postgresql.org> writes:
>> Unexpected behaviour:
>> netry for 'hello' results in 255 despite 'hello' occurs 539 times in the
>> attached test.
>
> I think this is a consequence of the MAXNUMPOS limitation in the source
> code, ie an individual tsvector won't store more than 255 locations for
> the same word.  That's intentional to keep common words from bloating
> tsvectors too much.  But if it's documented anywhere, I didn't see it.
>
>             regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15600: ts_stat's nentry maxes out at 255
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15601: ERRO TYPE SERIAL