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
Currently, the process of session migration is serial:
Query the session states
Find a backend
Connect to the backend and retry if it fails
Read the initial handshake from the new backend
Handshake with the new backend
Set the session states into the new connection
Disconnect the old connection
A long session migration may affect the query duration. We can do the 1st step while doing the 2nd, 3rd, and 4th steps. It may reduce the session migration duration.
The text was updated successfully, but these errors were encountered:
Development Task
Currently, the process of session migration is serial:
A long session migration may affect the query duration. We can do the 1st step while doing the 2nd, 3rd, and 4th steps. It may reduce the session migration duration.
The text was updated successfully, but these errors were encountered: