pat / thinking-sphinx

Sphinx/Manticore plugin for ActiveRecord/Rails
http://freelancing-gods.com/thinking-sphinx
MIT License
1.63k stars 470 forks source link

Default delta set to false on model #1094

Closed atomical closed 6 years ago

atomical commented 6 years ago

Hi Pat,

If the default delta on a model is set to false what would the consequences of that mistake be? I'm seeing that every time ThinkingSphinx::Deltas::SidekiqDelta::DeltaJob is run on a particular model it goes through all the records in the table.

atomical commented 6 years ago

Ah, I see the reason -- there are a lot of deltas! We haven't run rake ts:index in a while.

pat commented 6 years ago

Yup, still need to run that ts:index task regularly :)