master.servergroups table
The master.servergroups table is used to load-balance desktop connections.
The following table describes the columns in the master.servergroups table.
| Column name | Data type | Description |
|---|---|---|
| ServerName | varchar(64) | The name of a desktop ObjectServer. |
| Group ID | integer | The group identifier to which each desktop ObjectServer belongs. Event list user logins are only distributed among desktop ObjectServers having the same GroupID. |
| Weight | integer | The priority for each desktop ObjectServer. Higher values attract proportionally more connections. For example, an ObjectServer with a Weight of 2 attracts twice the number of connections as one with a Weight of 1. Load balanced connections are not redirected to ObjectServer with a Weight of 0. |