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

demandé il y a 4 ans391 vues
1 réponse
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

répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions