Hi,
I'm currently working on a website and its somehow like a search engine.
System:
dedicated webserver - Apache(ubuntu)
dedicated sqlserver - MySQL(ubuntu)
MySQL capabilities on FULLTEXT search degrades when it comes to 100,000 - millions records, properly indexed and tables are normalized, its just so happen that records need to be search are TEXT format and its over a million records. I've researched and bump on sphinx and nginx. Have anyone used it and any suggestions, in the back-end?
Your suggestions will be greatly appreciated. Thanks!