Hacker News new | ask | show | jobs
by collyw 3648 days ago
The database is usually the bottleneck because of IO, not because of load on the actual database in my experience. Assuming you know how to design and index a database.