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

posta 4 anni fa390 visualizzazioni
1 Risposta
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

con risposta 4 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande