Re: [PERFORM] Modeling a table with arbitrary columns

2009-10-31 Thread Robert Haas
On Thu, Oct 29, 2009 at 4:52 PM, Andreas Hartmann wrote: > Hi everyone, > > I want to model the following scenario for an online marketing application: > > Users can create mailings. The list of recipients can be uploaded as > spreadsheets with arbitrary columns (each row is a recipient). I expect

Re: [PERFORM] Queryplan within FTS/GIN index -search.

2009-10-31 Thread Greg Stark
On Fri, Oct 30, 2009 at 8:11 PM, Tom Lane wrote: > But having said that, this particular test case is far from compelling. > Any sane text search application is going to try to filter out > common words as stopwords; it's only the failure to do that that's > making this run slow. Well it would be