Scaling Out Clause Samples
Scaling Out. In addition to the previous point, in many monolithic Blockchain systems, scaling out (i.e., increase the number of nodes) is challenging since more nodes only replicate the already existing problems – every node still has to store and execute every transaction with the adding factor of consensus becoming more complex with more nodes. Conversely, this architecture enables us to scale each element independently, and conveniently add more execution clusters to accommodate more client contracts, thus improving performance.
