Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Removing the delay of cache mode change from writeback to others #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Removing the delay of cache mode change from writeback to others #101

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jul 23, 2015

Lately, we found the substantial delay of cache mode change from writeback to others when write operations are heavy.

The delay is caused by flushing dirty ssd blocks to hard disk, but there is no need to flush.
I think the dirty blocks on ssd does not affect to the writethrough and readonly mode. The cache consistency can be kept.

Lately, we found the substantial delay of cache mode change from writeback to others when write operations are heavy.

The delay is caused by flushing dirty ssd blocks to hard disk, but there is no need to flush.
 I think the dirty blocks on ssd does not affect to the writethrough and readonly mode. The cache consistency can be kept.
@ghost ghost changed the title Update eio_ttc.c Removing the delay of cache mode change from writeback to others Jul 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants