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
MapReduce (/index/cmd/batch): Indices are massive and take a long time to build, so we need a clean way to be able to build these using MapReduce, e.g. via AWS Batch jobs. The work has been started but has not been updated with the latest implementation from the single-process version. Ideally, these should use the same "core" code for index creation and just add abstractions for map/reduce parallelism vs. direct execution.
The text was updated successfully, but these errors were encountered:
Shaptic
changed the title
MapReduce (<code class="notranslate">./index/cmd/batch`): Indices are massive and take a long time to build, so we need a clean way to be able to build these using MapReduce, e.g. via AWS Batch jobs. The work has been started but has not been updated with the latest implementation from the single-process version. Ideally, these should use the same "core" code for index creation and just add abstractions for map/reduce parallelism vs. direct execution.
lighthorizon: Enable parallel creation of indices via map-reduce alongside AWS Batch
May 24, 2022
Shaptic
changed the title
lighthorizon: Enable parallel creation of indices via map-reduce alongside AWS Batch
lighthorizon: Enable parallel creation of indices via map-reduce
May 24, 2022
See parent issue for context: #4317
MapReduce (
/index/cmd/batch
): Indices are massive and take a long time to build, so we need a clean way to be able to build these using MapReduce, e.g. via AWS Batch jobs. The work has been started but has not been updated with the latest implementation from the single-process version. Ideally, these should use the same "core" code for index creation and just add abstractions for map/reduce parallelism vs. direct execution.The text was updated successfully, but these errors were encountered: