Comment on In PostgreSQL, powerful Full Text Search is available out of the boxComments−koromak3yI've had problems with performance over large data sets, maybe 1M records and a few < 300 char fields per record.I've never implemented full text search using a dedicated database so maybe 1M is too much to ask for.−nr2x3yYup, at a certain point you hit a wall.
Comments
I've had problems with performance over large data sets, maybe 1M records and a few < 300 char fields per record.
I've never implemented full text search using a dedicated database so maybe 1M is too much to ask for.
Yup, at a certain point you hit a wall.