Skip to content

Commit f77c0cd

Browse files
committed
Fixed broken in-page anchor links to calculate query performance factor
1 parent d684311 commit f77c0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you do not have a cluster that supports Redis Query Engine, [install Redis En
3232

3333
1. Calculate the RAM requirements using the [Index Size Calculator](https://redis.io/redisearch-sizing-calculator/). The total RAM required is the sum of the dataset and index sizes.
3434

35-
1. [Determine the query performance factor](#calculate-performance-factor) you want and the required number of CPUs. Unused CPUs, above the 20% necessary for Redis, can be used for the scalable Redis Query Engine.
35+
1. [Determine the query performance factor](#calculate-query-performance-factor) you want and the required number of CPUs. Unused CPUs, above the 20% necessary for Redis, can be used for the scalable Redis Query Engine.
3636

3737
1. Create a new Redis database with the number of CPUs configured for the query performance factor.
3838

@@ -173,7 +173,7 @@ To create a database and configure the query performance factor, use the [create
173173
}
174174
```
175175
176-
See [Calculate performance factor](#calculate-performance-factor) to determine the value to use for `<NUMBER_OF_CPUS>`.
176+
See [Calculate performance factor](#calculate-query-performance-factor) to determine the value to use for `<NUMBER_OF_CPUS>`.
177177
178178
#### Example REST API request for a new database
179179

0 commit comments

Comments
 (0)