Merge "Mention in design doc solution template that effects on replication should be considered"

This commit is contained in:
David Pursehouse
2019-08-09 07:28:14 +00:00
committed by Gerrit Code Review

View File

@@ -30,8 +30,13 @@ details of minor importance.
### <a id="scalability"> Scalability
How does the solution scale? Consider both, data size increase (if
applicable) and traffic increase (if applicable).
How does the solution scale?
If applicable, consider:
* data size increase
* traffic increase
* effects on replication across sites (master-slave and master-master)
## <a id="alternatives-considered"> Alternatives Considered