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
This commit is contained in:
tengqm 2015-05-13 09:04:26 -04:00
parent be286b1ad3
commit a1b5eda8dc
1 changed files with 10 additions and 0 deletions

View File

@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^