Hi, I've got a 2.3.x Rails app with Thinking-Sphinx 1.4.x with working deltas. The current implementation there is that I flip a delta field bit which through TS triggers a delta re-index (which appears in my logs).
My guess is that TS has to reindex the delta indices every time that bit is flipped, if that's a correct assumption I'm wondering how are delta indices being re-indexed within Thinking-Sphinx, I mean its not a shell script with `indexer -all --rotate` being run so how does TS handle that? Also again assuming that TS has to reindex the delta incides every time the delta bit is flipped (which I believe is the case), how are you waiting to re-index, until the pid is not in use anymore? Let's say 50 saves occur around the same time which all trigger the deltas, will the response cycle need to wait for the available pid and the reindexing to occur per-request? I ask because I am implementing sphinx with django using django-sphinx and deltas are not as elegantly handled as they are in Thinking-Sphinx. A big +1 for Thinking Sphinx, seriously. -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/thinking-sphinx?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
