You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening a region in mito2 still waits for network returns in a &mut self function, which is super expensive.(If opening a region requires 50ms, this worker only has 20qps)
What type of enhancement is this?
User experience
What does the enhancement do?
Opening a region in mito2 still waits for network returns in a
&mut self
function, which is super expensive.(If opening a region requires 50ms, this worker only has 20qps)greptimedb/src/mito2/src/worker/handle_open.rs
Lines 66 to 76 in 4fcda27
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: