Performance: slow metadata service #164
-
What happened:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@steven-varga The latency of meta operation is critical to JuiceFS, that's why we choose to use Redis here. It's usually expected that the latency to Redis server is less than 2ms. JuiceFS will be unusable if the latency goes above 10ms, and there is not much we can do for now. So I'd say the current performance is expected under your network condition. What's the use case there? |
Beta Was this translation helpful? Give feedback.
-
Move it into discussion. |
Beta Was this translation helpful? Give feedback.
@steven-varga The latency of meta operation is critical to JuiceFS, that's why we choose to use Redis here. It's usually expected that the latency to Redis server is less than 2ms. JuiceFS will be unusable if the latency goes above 10ms, and there is not much we can do for now.
So I'd say the current performance is expected under your network condition.
What's the use case there?