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

asked 4 years ago382 views
1 Answer
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

answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions