Hi Thuva I'm not sure about Sphinx, but Thinking Sphinx definitely doesn't cache search results (although if the same results are returned, then the SQL requests for ActiveRecord objects will be the same, and those calls will be cached by Rails provided the database hasn't changed).
If you wanted to implement your own, memcache might be a tool that will help.. Cheers -- Pat On 09/04/2009, at 7:40 AM, Thuva Tharma wrote: > > Does Sphinx or Thinking Sphinx cache search results behind the scenes? > If not, please point me to any resources that will help to implement > caching on my own. > > Thank you in advance. > > -- Thuva > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en -~----------~----~----~----~------~----~------~--~---
