| От | Hannu Krosing |
|---|---|
| Тема | Re: TEXT question... Was 7.0 key features |
| Дата | |
| Msg-id | 39173661.C4E60216@tm.ee обсуждение исходный текст |
| Ответ на | Re: Re: It happened again: Server hung up solid (The Hermit Hacker <scrappy@hub.org>) |
| Список | pgsql-hackers |
Mitch Vincent wrote: > > This brings me to another question. Hopefully there isn't a 8k (max 32k) > limit on TEXT fields -- No, they currently just have to fit in a record ;) They will be stored (optionally) separately in future (7.1) > > What do you guys think of storing whole text files (normally stored in a > flat file) in the database for searching purposes? Would a search on an > indexed TEXT field be slow as mud? Depends on search ;) like "a%" may not be too slow (unless the indexes on text field will be disallowed initially, as has been mentioned some times) PG does not yet have a native full-text index. There is a suboptimal implementation using triggers and extra tables in contrib. ---------- Hannu
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера