Skip to content

Instantly share code, notes, and snippets.

@mmmurf
Created September 17, 2008 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmmurf/11298 to your computer and use it in GitHub Desktop.
Save mmmurf/11298 to your computer and use it in GitHub Desktop.
>> r.send(:index_delta)
Sphinx 0.9.8-release (r1371)
Copyright (c) 2001-2008, Andrew Aksyonoff
using config file '/home/mmmurf/hellocreature/config/development.sphinx.conf'...
indexing index 'recipient_delta'...
collected 9999 docs, 0.3 MB
collected 0 attr values
sorted 0.0 Mvalues, 100.0% done
sorted 0.0 Mhits, 100.0% done
total 9999 docs, 328860 bytes
total 1.950 sec, 168674.27 bytes/sec, 5128.55 docs/sec
rotating indices: succesfully sent SIGHUP to searchd (pid=7161).
=> true
>> r.send(:index_delta)
Sphinx 0.9.8-release (r1371)
Copyright (c) 2001-2008, Andrew Aksyonoff
using config file '/home/mmmurf/hellocreature/config/development.sphinx.conf'...
indexing index 'recipient_delta'...
collected 9999 docs, 0.3 MB
collected 0 attr values
sorted 0.0 Mvalues, 100.0% done
sorted 0.0 Mhits, 100.0% done
total 9999 docs, 328860 bytes
total 0.628 sec, 523872.63 bytes/sec, 15928.37 docs/sec
rotating indices: succesfully sent SIGHUP to searchd (pid=7161).
this is from:
r = Recipient.last
r.send(:index_delta)
Recipient Load (0.8ms) SELECT * FROM `recipients` ORDER BY recipients.id DESC LIMIT 1
Recipient Columns (1.7ms) SHOW FIELDS FROM `recipients`
** Sphinx Query : "\000\000\000\000\000\000\000\024\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\016recipient_core\000\000\000\001\000\000\000\000\000\002B�\000\000\000\000\002B�\000\000\002\000\000\000\016sphinx_deleted\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\000\000\000\000\tclass_crc\000\000\000\000\000\000\000\001��y�\000\000\000\000\000\000\000\000\000\000\000\000\003�\000\v@group desc\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
** Sphinx Query : "\000\000\000\000\000\000\000\024\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\016recipient_core\000\000\000\001\000\000\000\000\000\002B�\000\000\000\000\002B�\000\000\002\000\000\000\016sphinx_deleted\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\000\000\000\000\tclass_crc\000\000\000\000\000\000\000\001��y�\000\000\000\000\000\000\000\000\000\000\000\000\003�\000\v@group desc\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment