Does Neptune execute bulk loader jobs in parallel or serially?

0

If I have jobs that require being processed in a certain order, can I rely on Neptune to process them serially in the order I create the jobs? Or does Neptune try to run the jobs in parallel at the same time?

Thank you,
Mike

Edited by: mveilleux on Jan 28, 2020 9:03 AM

preguntada hace 4 años391 visualizaciones
1 Respuesta
0

A new bulk load request is only accepted if there is no active load.
Bulk loader executes one single request at any given time.
Within a single bulk load, Bulk loader loads data in parallel threads, non-atomically. And the order in which data is solely decided by the bulk loader, user cannot control the order in which data gets inserted.

We have plan to support new bulk load requests be queued up and executed one by one from the queue.

Edited by: aries-aws on Feb 10, 2020 8:29 PM

respondido hace 4 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas