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
Decompressing xlog, checking requests MsgPack (mp_check) and parsing requests are significant amount of work during snapshot recovery. We can improve its performance offloading this work into a different thread.