Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Async logging doesn't remove cost – What limits? (medium.com/emishkurov)
2 points by efmsoft 11 days ago | hide | past | favorite | 2 comments
 help



With asynchronous logging, the total time spent across the calling thread and the thread that actually performs the write will, of course, be higher. However, the latency of the calling thread can be reduced.

I wrote this after profiling real logging systems.

The main takeaway: formatting and IO dominate much more than async vs sync.

Curious what others saw as bottlenecks in production.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: