Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

questions about latency of small request size and large request size #53

Open
nysong opened this issue Feb 4, 2021 · 0 comments
Open

Comments

@nysong
Copy link

nysong commented Feb 4, 2021

Hi, I'm writing this because I'm just wondering what do you think about my problem which is related to MQSim. Let me get to the point directly.

As shown in your FAST18 paper's figure 10 and the experimental results I made from MQSim, the latency (I mean, device response time in MQSim's result XML file) of small size (e.g., 8kB) is smaller than that of a large request size (e.g., 512KB).
However, figure 3 of the paper from NVMOS'20 [1] showed that the latency of 4KB is much larger than that of 128KB on both ZNS and traditional SSD. And they said that this is because of SSD's internal parallelism.
It seems that this paper shows the opposite results from yours.
I took a look at your source code and it looks like your code also considers the internal parallelism of SSD. But I don't know why they have different results, I mean totally opposite.
So I just wonder what do you think about this.
Is there anything I understood wrong? if so, please let me know.

[1] Exploring Performance Characteristics of ZNS SSDs: Observation and implication.

Exploring Performance Characteristics of ZNS SSDs Observation and Implication_2020_Shin et al copy.pdf

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

No branches or pull requests

1 participant