Skip to content

Commit 8426493

Browse files
authored
Update advanced-capabilities.md
Make clearer that it is about search queries (and not regular redis queries like GET and SET)
1 parent ebf0fa5 commit 8426493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/operate/rc/databases/configuration/advanced-capabilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ Use the [Search and query sizing calculator](https://redis.io/redisearch-sizing-
6161

6262
#### Query performance factor
6363

64-
The query performance factor adds extra compute power specifically for search and query. When you create a database with search and query, you can select a factor to increase your queries per second by that amount.
64+
The query performance factor adds extra compute power specifically for search and query. When you create a database with search and query, you can increase your search queries per second by the selected factor.
6565

66-
We recommend testing your application with a test database to see your baseline queries per second and determine how much you want to boost your query performance. After you have determined your queries per second and your desired performance factor, [create a new database]({{< relref "/operate/rc/databases/create-database" >}}) with the desired performance factor and [migrate data]({{< relref "/operate/rc/databases/migrate-databases" >}}) from the test database to your new database.
66+
We recommend testing your application with a test database to see your baseline queries per second and determine how much you want to boost your query performance. After you have determined your queries per second and your desired performance factor, [create a new database]({{< relref "/operate/rc/databases/create-database" >}}) with the desired performance factor and [migrate data]({{< relref "/operate/rc/databases/migrate-databases" >}}) from the test database to your new database.

0 commit comments

Comments
 (0)