Quote:
Originally Posted by wtrk
im using memcached with vbulletin, if i add sphinx will it take advantage of memcached configured with vbulletin or does it have to be separately configured to use memcache?
|
No offense but why should Sphinx use or support memcached? It's fast enough the way it is, isn't it?
AFAIK vBulletin only stores the datastore cache in memcached. I don't think that Sphinx needs any of that data, so there's nothing to take advantage of here.
I'm quite sure that all search results will be written to vBulletin's database no matter if memcached is enabled or not. So if you want to cache those results in memcached custom coding would be required at that point anyway - no matter if you use Sphinx or not.