Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Writing to disk on GETs #14

Open
annief opened this issue Jan 21, 2014 · 1 comment
Open

Writing to disk on GETs #14

annief opened this issue Jan 21, 2014 · 1 comment

Comments

@annief
Copy link

annief commented Jan 21, 2014

Hi, I noticed that GETs do not result in writes to the disk. This makes sense for the common case.

I'm wondering if there are cases where fatcache would be required to write to disk in the future? e.g. support CAS, maintain state of cache across power cycle.

BTW, Is there a plan to support "persistent" fatcache that keeps state across power cycle? Is a persistent memcache useful in real deployments?

Thanks.

@manjuraj
Copy link
Collaborator

"persistent fatcache" does make sense. However, it would be difficult to achieve throughputs and latency similar to in-memory memcache because every read/write would go to ssd. This would make it persistent fatcache is non-viable replacement for in-memory memcache.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants