Token Bucket: A Rate Limiting Algorithm
A limited resource is consumed in a controlled manner to keep the system stable and scalable.
May 19, 20264 min read
Search for a command to run...
A limited resource is consumed in a controlled manner to keep the system stable and scalable.
Some backend performance problems are not caused by “slow SQL”. They are caused by: Too many database round trips N+1 query patterns Repeated execution overhead Treating the database like a local