Tag: thinking sphinx
Thinking Sphinx Performance – Split your re-indexing into seperate tasks
June 3rd, 2010, Comments Off
This is part 2 of a 3 part series on getting the best performance out of Sphinx / Thinking Sphinx. Subscribe to my RSS feed for the last installment..
The previous article was How to configure Thinking Sphinx to index from your Slave MySQL database.
—-
If you have multiple indexes, you need to consider if they [...]
Thinking Sphinx Performance – How to Index from Slave MySQL Database
May 31st, 2010, 1 Comment
This is part 1 of a 3 part series on getting the best performance out of Sphinx / Thinking Sphinx. Subscribe to my RSS feed for the next 2 installments.
——
For one of the sites I work with, we are running a load balanced web server setup with separate MySQL database servers in master-slave configuration on [...]
uninitialized constant ThinkingSphinx::Deltas::Job
April 18th, 2010, Comments Off
If you are getting this error during a sphinx index, it is likely because you have a copy of the gem ‘thinking-sphinx’ installed, but you also have an older version of the gem from the old github repository also installed (eg, freelancing-god-thinking-sphinx).
The solution is to remove the old github gem version.
Also this should be [...]