XPCegeka / ElasticUp

Easy ElasticSearch migrations for continuous delivery!
MIT License
8 stars 3 forks source link

Run migrations parallel #9

Closed XPCegeka closed 7 years ago

XPCegeka commented 7 years ago

Instead of batches of data where each batch is processed sequentially, we want to run migrations parallel.

Time figures are needed when

tomboon commented 7 years ago

There is now a BatchUpdateOperation that allows for parallel batch updates ( DegreeOfParallellism parameter in descriptor).

The 3 previously existing BatchUpdateTypeOperations are marked obsolete.