php - Sphinx index rotation timestamp -


is there way timestamp when index has been last rotated sphinx? preferably php.

so, example issue indexer --all --rotate command via cron @ night. timestamp operation in case index rotation successful (i.e. sphinx reloaded new indexes). apparently list of available indexes sphinx, out of scope question.

just use sql_query_post_index

http://sphinxsearch.com/docs/current.html#conf-sql-query-post-index

to record somewhere.

looking in table, give list of indexes :)


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -