Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/operate/rs/databases/configure/oss-cluster-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ The OSS Cluster API setting applies to individual databases instead of the entir

You can use the Cluster Manager UI or the `rladmin` utility to enable OSS Cluster API support for a database.

When you enable OSS Cluster API support for an existing database, the change applies to new connections but does not affect existing connections. Clients must close existing connections and reconnect to apply the change.

### Cluster Manager UI

When you use the Cluster Manager UI to enable the OSS Cluster API, it automatically configures the [prerequisites]({{< relref "/operate/rs/databases/configure/oss-cluster-api#prerequisites" >}}).
Expand Down Expand Up @@ -129,6 +131,8 @@ To deactivate OSS Cluster API support for a database, either:
--oss-cluster false
```

When you turn off OSS Cluster API support for an existing database, the change applies to new connections but does not affect existing connections. Clients must close existing connections and reconnect to apply the change.

## Multi-key command support

When you enable the OSS Cluster API for a database,
Expand Down
Loading