I don't want to add a delta column to my table. Why not use the update_at column and keep track of the last scan for updated records, instead of doing the "interval method" that risks missing records and reindexing records?
I.e. create a table with one cell with the last index date and index records updated since then. That seems a lot more reliable and efficient than the other non-delta column methods. Any reason not to add this a delta method? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
