Merge "feature request: customizable batch size"

This commit is contained in:
Jenkins 2015-05-25 08:54:22 +00:00 committed by Gerrit Code Review
commit a33cee3304
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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^