Hacker News new | ask | show | jobs
by BossingAround 838 days ago
Why do you care about filesystem performance in containers? If you're running a DB from it, you surely have <10-20 concurrent users (e.g. other containers) to that DB, so who cares whether a lookup takes 1us or 10ms?
1 comments

In local development you have builds and other things that watch files for changes.