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
Indexing speedup by using parallel indexing and using iterator. #213. thanks @mjl
Its already faster to index now by default moreover if
you want parallel indexing to get more performance boost,
you can pass --parallel in management command
or set ELASTICSEARCH_DSL_PARALLEL
in your settings and it will chunk your data and index it with parallel request.