Risk Mitigation Series
VIDEO LESSON 1/7
RISK FACTOR #4
Poor Scalability
RISK FACTOR #4
Poor Scalability
Peter Humphries - CEO
Does Your Current Provider Have The Systems to Scale High Volume?
Single component systems with sql databases are mostly not very scalable.
Basic sql implementations are not scalable as a single sql database has little scaleability.
Systems that support load balancing across multiple server instances of the same component types are very scalable. More server nodes are added to increase capacity.
Complex sql database implementation can scale well when they are structured to create different databases for each customer or reseller.
Message queuing when implemented allows load balancing points between different system components as messages progresses through the system nodes.
Orientated database are scalable and a good choice for persistence management for transactional processes and queuing systems.
Can your system handle high volume messaging?
or Call 1300 015 015
Video #3
Video #5
Video #6
Video #7