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
Copy file name to clipboardExpand all lines: content/operate/oss_and_stack/stack-with-enterprise/search/query-performance-factor.md
-34Lines changed: 0 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,6 @@ To manually configure the query performance factor in Redis Enterprise Software:
79
79
80
80
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.
81
81
82
-
1.[Restart proxies](#restart-proxies).
83
-
84
82
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.
85
83
86
84
### 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
109
107
110
108
1. Click **Create** or **Save**.
111
109
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
-
144
110
### Restart shards {#restart-shards}
145
111
146
112
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