Back
The figure shows the following steps:
Step 1: Node App receives High volume of update requests.
Step 2: Node writes to fast memory-based cache or message queue.
Step 3: The cache or queue will write out the changes to the database later when load is lighter.
Back