Balancing

Note

The article is being updated.

YDB uses client load balancing because it is more efficient when a lot of traffic from multiple client applications comes to a database.
In most cases, it just works in the YDB SDK. However, sometimes specific settings for client load balancing are required, for example, to reduce server hops and request time or to distribute the load across availability zones.

This section contains code recipes with client load balancing settings in different YDB SDKs.