Hacker News new | ask | show | jobs
by nasalgoat 4515 days ago
Sphinx is a bit too 1:1 - it only works as a single server, not a cluster.
1 comments

Well, you could simply have multiple instances running on different nodes. It's manual work, but by no means impossible. In my setup, I have a sphinx server running on the same node as my web server (Which is the consumer of the search). So they scale with each other. For more advanced uses, it's probably not adequate, but it's not a big concern of mine.