You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/28 12:39:00 UTC

[GitHub] markusthoemmes opened a new pull request #2812: Implement bulk write of activations in the Invoker.

markusthoemmes opened a new pull request #2812: Implement bulk write of activations in the Invoker.
URL: https://github.com/apache/incubator-openwhisk/pull/2812
 
 
   Writing activations in the Invoker is not time critical and can be greatly optimized by batching the activations to reduce the number of connections used towards the database. That enables a lot of optimizations on the database side and is in general a good practice.
   
   Signed-off-by: Christian Bickel <cb...@de.ibm.com>
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services