On Jun 10, 2014, at 8:26 AM, Vick Khera wrote: Thanks so much for this. We do a lot of searching on this column, so pre-computing seems to be the way. I'm not worried about disk space for now, and can revisit that later if there is a problem Just for clarification on this: Option A (less fast): create gin index on tsvector(searchable_column) Option B (faster): create tsvector column for `searchable_column` create gin index on searchable_column
// Jonathan Vanasco c. 646.729.6436 | 415.501.9815 linkedin. http://linkedin.com/in/jonathanvanasco blog. http://destructuring.net |