Re: Updated tsearch documentation
Dimitri Fontaine <dfontaine@hi-media.com>
From: Dimitri Fontaine <dfontaine@hi-media.com>
To: pgsql-hackers@postgresql.org
Cc: Bruce Momjian <bruce@momjian.us>, Oleg Bartunov <oleg@sai.msu.su>, Tom Lane <tgl@sss.pgh.pa.us>, Teodor Sigaev <teodor@sigaev.ru>
Date: 2007-07-25T08:39:35Z
Lists: pgsql-hackers
Hi, Le mercredi 25 juillet 2007, Bruce Momjian a écrit : > I have added more documentation to try to show how full text search is > used by user tables. I think this the documentaiton is almost done: > > http://momjian.us/expire/fulltext/HTML/textsearch-tables.html I've come to understand that GIN indexes are far more costly to update than GiST one, and Oleg's wiki advice users to partition data and use GiST index for live part and GIN index for archive part only. Is it worth mentioning this into this part of the documentation? And if mentioned here, partitioning step could certainly be part of the example... or let it as a user exercise, but then explaining why GIN is a good choice in the provided example. Hope this helps, regards, -- dim