You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's in Sunspot::IndexQueue::Entry::MongoImpl#next_batch!.
Now it updates each doc separately, think things could be improved if we will set :run_at for the whole batch of records instead of setting it individually for each record.
The text was updated successfully, but these errors were encountered:
Hi, found that if queue contains a lot of records (in my case ≈250000 items) indexing works incredibly slow. This line cause the troubles:
It's in
Sunspot::IndexQueue::Entry::MongoImpl#next_batch!
.Now it updates each doc separately, think things could be improved if we will set :run_at for the whole batch of records instead of setting it individually for each record.
The text was updated successfully, but these errors were encountered: