Hacker News new | ask | show | jobs
by gketuma 881 days ago
Are you using EFS to share the DB between containers?
1 comments

No, we're using EBS with Docker volumes, since all the containers are running on the same host.

SQLite actually performs very poorly on EFS in my experience (likely due to the fact that acquiring file locks is over the network).