I wanna do fulltext search (on some keywords) with text rows in file.
currently we’re using RDB(MySQL), but it takes a while. I want it faster.
It occurs to me to use Hadoop, but its performance improvement is not that good when compared to the cost. (as the number of machine increase, the performance will become 1/n + some overhead… I guess.)
Any better solutions?
Have you looked at SOLR/Lucene?