Every-time I create or update a model in my Rails app, the following output occurs from Sphinx:
Sphinx 0.9.8.1-release (r1533) Copyright (c) 2001-2008, Andrew Aksyonoff
using config file '/Users/jason/development/projects/active/project/config/development.sphinx.conf'... indexing index 'ad_delta'... collected 17 docs, 0.0 MB collected 0 attr values sorted 0.0 Mvalues, 100.0% done sorted 0.0 Mhits, 100.0% done total 17 docs, 944 bytes total 3.827 sec, 246.69 bytes/sec, 4.44 docs/sec rotating indices: succesfully sent SIGHUP to searchd (pid=10655).
which is causing a big performance hit.
Is there any way to prevent this from happening with sphinx (thinking_sphinx)?