PostgreSQL - Full-Text Search
You created a GIN index on
to_tsvector('english', content) but queries using to_tsvector('simple', content) are slow. Why?