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

質問済み 4年前391ビュー
1回答
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

回答済み 4年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ