d0e75d5948
pipeline.exec() is a a blocking operation which means if we want to write a large chunk of data (or many maps in our case) it will block write operations and impact performances. We prefer to simply call set multiple times in a promise.all, this is an acceptable tradeoff