From a1b5eda8dce63a0d3a8fc46eb4c8b340245df45e Mon Sep 17 00:00:00 2001 From: tengqm Date: Wed, 13 May 2015 09:04:26 -0400 Subject: [PATCH] feature request: customizable batch size Added a new feature request -- customizable batch size when doing large amount of operations at the same time. Change-Id: I3c3409fba273d2f0cf642df0ebbb4f472c053505 --- FEATURES.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/FEATURES.rst b/FEATURES.rst index 30fa2ffbf..35fc8b606 100644 --- a/FEATURES.rst +++ b/FEATURES.rst @@ -89,6 +89,16 @@ events sent from Senlin when interesting things happen. One option is to use the messaging service provided by the Zaqar project. +Customizable Batch Processing +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +An important non-functional requirement for Senlin is the scale of clusters it +can handle. We will strive to make it handle large scale ones, however that +indicates that we need to improve DB accesses in case of heavy loads. One +potential tradeoff is to introduce an option for users to customize the size +of batches when large number of DB requests pouring in. + + Use Barbican to Store Secrets ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^