Is there much difference (in time performance) in using BatchGetItem
vs issuing several GetItem
in parallel?
My code will be cleaner if I can use GetItem
and just handle the parallelisation myself.
However, if there's a definite time performance advantage to BatchGetItem
then I'd certainly use that.