Hacker News new | ask | show | jobs
by thesz 230 days ago
I am professional database developer. We do not do what you are thinking we are doing. ;)
1 comments

I was thinking less about the DB data itself and more about temporary allocations that have to be made per-request. The same is true for most server software. Even if arenas are used to reduce the number of allocations you're still doing a lot more memory management than a typical cryptographic benchmark.