Graham Glass wrote:
> Would another option be to copy the generated sphinx configuration
> files across to the server and then use them when running the indexer
> (using the native Sphinx commands rather than the Rake commands)? I
> will definitely run the indexer on the same machine as the database
> and search daemon!

This would be the approach I would use. My app that uses sphinx is on
the same machine as the DB, but I still use the raw searchd/indexer
commands to control sphinx and it works quite well.

The only real limitation of running the sphinx daemon on a seperate
machine is that delta indexing won't work.

Your other option would be to run a seperate sphinx daemon on each
machine running rails. In your case it's only one machine, but there's
no real reason there can't be multiple sphinx daemons running if you
have to scale out.

-- James Healy <jimmy-at-deefa-dot-com>  Wed, 10 Dec 2008 12:26:10 +1100

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to