Y
Hacker News
new
|
ask
|
show
|
jobs
by
jaxn
1368 days ago
Reads are easy to cache at various layers (query cache, application, web, etc). Inserts and updates must go to the database.
So even a read-heavy application could have more writes than reads due to caching.