Re: [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit
В списке pgsql-patches по дате отправления:
| От | Euler Taveira de Oliveira |
|---|---|
| Тема | Re: [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit |
| Дата | |
| Msg-id | 47D0DD31.2090908@timbira.com обсуждение исходный текст |
| Ответ на | Re: [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit (Tom Lane <tgl@sss.pgh.pa.us>) |
| Ответы |
Re: [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit
|
| Список | pgsql-patches |
Tom Lane wrote: > I don't think that follows. A tsearch index is lossy anyway, so there's > no hard and fast reason why it should reject entries that it can't index > completely. I think it would be more useful to index whatever it can > (probably just the words in the first N bytes of the document) than to > prevent you from storing the document. > The problem with this approach is how to select the part of the document to index. How will you ensure you're not ignoring the more important words of the document? IMHO Postgres shouldn't decide it; it would be good if an user could set it runtime and/or on postgresql.conf. -- Euler Taveira de Oliveira http://www.timbira.com/
В списке pgsql-patches по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера