high-volume-design
Last updated
Was this helpful?
Last updated
Was this helpful?
horizontal
vertical
Use cache first, then go to workers
Perform task at later date, which can then be batched and use a message queue and schedule to happen at an optimum time
write to database async in batches
keep more recent/used data in easy to access area
-