|
|
|
|
|
by brianwawok
2693 days ago
|
|
Yup. Your DB usually has to be over-provisioned for peak WRITE capacity. Read capacity is easy to skill to infinity with caches. But if a DB can only write 1000 updates per second, nothing will change that. In many cases - it's ok to not process EVERYTHING right away. Process the important stuff RIGHT AWAY. Slowly process the unimportant stuff in your spare time. |
|