Inserting, Deleting, and Fetching multiple items at a time with batchGet and batchWrite

InstructorChris Biscardi

Share this video with your friends

Send Tweet

batchWrite and batchGet are a way to get the parallelism of sending multiple writes or gets in multiple threads regardless of whether or not your language supports threads. This is particularly interesting when implementing GraphQL node resolvers.