The indexing is done synchronously to saving the data. Doing it asynchronously works slower since then the data to be indexed needs to be read from the data store, which is slower.
On Thu, Aug 26, 2010 at 18:58, Jenny Brown <skyw...@gmail.com> wrote: > Do you index as you go along, or do you batch your updates to the > index? Sometimes doing a large batch at once can improve total > throughput, compared with singles. > > >