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
Is your feature request related to a problem? Please describe.
In #813 was introduced availability zones. But this feature does not take into account the health of the hosts in any way. Like network delays.
Describe the solution you'd like
It seems that we can't measure a "real" ping (at least that's what they say on the Internet). But it seems that SELECT 1 will be enough for now.
The text was updated successfully, but these errors were encountered:
Denchick
changed the title
Better Host Picker
Taking host health into account when picking host
Nov 15, 2024
Is your feature request related to a problem? Please describe.
In #813 was introduced availability zones. But this feature does not take into account the health of the hosts in any way. Like network delays.
Describe the solution you'd like
It seems that we can't measure a "real" ping (at least that's what they say on the Internet). But it seems that
SELECT 1
will be enough for now.The text was updated successfully, but these errors were encountered: