I have a situation where I update thousands of records from an external source. The majority of records don't really change, and the only way I know which have not change is via the dirty records functionality in Rails. However, it appears to me that the delta indexing does not check to see if the record changes, but triggers always anyway. So I end up with thousands of delta jobs to process, even when very little data changed.
What callback is being used to trigger a delta? Is there anyway I can suppress this, and have it only run if the object actually changed? Brian -- 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.
