I'm working on a new project with php & mysql.
I anticipate that one of the tables may grow above 40 GB in a short
time. The main content is text. Now what tools do I need to implement a
text search in this big text database ? I'd like the search to be quite
advanced, supporting boolean operations and metaphones and so on.
What should I be surveying now ?
Any hints/pointers/suggestions/comments/ advise on concepts ?
Thanks
Mike
I anticipate that one of the tables may grow above 40 GB in a short
time. The main content is text. Now what tools do I need to implement a
text search in this big text database ? I'd like the search to be quite
advanced, supporting boolean operations and metaphones and so on.
What should I be surveying now ?
Any hints/pointers/suggestions/comments/ advise on concepts ?
Thanks
Mike
Comment