Re: [GENERAL] tsearch2 frequent updates

2005-07-24 Thread Oleg Bartunov
On Sat, 23 Jul 2005, Steve Atkins wrote: On Sat, Jul 23, 2005 at 02:37:42PM -0400, Matthew Terenzio wrote: If I'm using Tsearch2 to search a public online forum, do you think it's okay to update on every forum entry? Put another way: is to_tsvector() resource intensive when used in this way?

Re: [GENERAL] tsearch2 frequent updates

2005-07-23 Thread Steve Atkins
On Sat, Jul 23, 2005 at 02:37:42PM -0400, Matthew Terenzio wrote: > If I'm using Tsearch2 to search a public online forum, do you think > it's okay to update on every forum entry? > > Put another way: is to_tsvector() resource intensive when used in this > way? Depends on the update rate, I su