Y
Hacker News
new
|
ask
|
show
|
jobs
by
jnwatson
33 days ago
If you're bypassing the page cache, what invalidates the page cache so that the next read (from the filesystem) isn't stale?
1 comments
zzsheng
33 days ago
we also use direct-io for reads.
link
jnwatson
31 days ago
You have your own read cache then? You're nearly at the Oracle-level of writing your own filesystem at this point.
link
zzsheng
29 days ago
we manage memory instead of relying on page cache
link