Skip to content

Commit 12129e3

Browse files
committed
DOC-4276 Remove restart proxies step from query performance factor CM UI config method
1 parent 5afbdcd commit 12129e3

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

content/operate/oss_and_stack/stack-with-enterprise/search/query-performance-factor.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ To manually configure the query performance factor in Redis Enterprise Software:
7979

8080
1. [Configure query performance factor parameters](#config-db-ui) when you create a new database or edit an existing database's configuration in the Cluster Manager UI.
8181

82-
1. [Restart proxies](#restart-proxies).
83-
8482
1. If you configure the query performance factor for an existing database, you also need to [restart shards](#restart-shards). Newly created databases can skip this step.
8583

8684
### Configure query performance factor parameters in the Cluster Manager UI {#config-db-ui}
@@ -109,38 +107,6 @@ You can use the Cluster Manager UI to configure the query performance factor whe
109107

110108
1. Click **Create** or **Save**.
111109

112-
After you configure the database, you need to restart a few Redis services, including [proxies](#restart-proxies) and database [shards](#restart-shards).
113-
114-
### Restart proxies {#restart-proxies}
115-
116-
After you configure the query performance factor, restart the proxy process for any node that hosts an endpoint for the database.
117-
118-
1. Use [`rladmin status endpoints db <db-name>`]({{<relref "/operate/rs/references/cli-utilities/rladmin/status#status-endpoints">}}) to identify which nodes host the database's endpoints:
119-
120-
```sh
121-
rladmin status endpoints db db-name
122-
```
123-
124-
Example output:
125-
126-
```sh
127-
ENDPOINTS:
128-
DB:ID NAME ID NODE ROLE SSL
129-
db:1 db-name endpoint:1:1 node:1 single No
130-
```
131-
132-
1. For node details, run [`rladmin status nodes`]({{<relref "/operate/rs/references/cli-utilities/rladmin/status#status-nodes">}}):
133-
134-
```sh
135-
rladmin status nodes
136-
```
137-
138-
1. On each node that hosts a database endpoint, restart the proxy process:
139-
140-
```sh
141-
supervisorctl restart dmcproxy
142-
```
143-
144110
### Restart shards {#restart-shards}
145111

146112
After you update the query performance factor for an existing database, restart all shards to apply the new settings. You can migrate shards to restart them. Newly created databases can skip this step.

0 commit comments

Comments
 (0)