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/release-notes/redisearch/redisearch-2.6-release-notes.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,25 @@ weight: 92
15
15
---
16
16
## Requirements
17
17
18
-
RediSearch v2.6.20 requires:
18
+
RediSearch v2.6.21 requires:
19
19
20
20
- Minimum Redis compatibility version (database): 6.0.16
21
21
- Minimum Redis Enterprise Software version (cluster): 6.2.8
22
22
23
+
## v2.6.21 (August 2024)
24
+
25
+
This is a maintenance release for RediSearch 2.6
26
+
27
+
Update urgency: `HIGH` : There is a critical bug that may affect a subset of users. Upgrade!
28
+
29
+
- Bug fixes:
30
+
-[#4944](https://github.com/redisearch/redisearch/pull/4944) Adjusting the module configuration to avoid routing overload on the first shard in a clustered database (MOD-7505)
31
+
-[#4897](https://github.com/redisearch/redisearch/pull/4897) - `FT.AGGREGATE` with `VERBATIM` option is not handled by the shards in cluster mode (MOD-7463)
32
+
-[#4918](https://github.com/redisearch/redisearch/pull/4918) - Union query, similar to `"is|the"`, starting with 2 [stopwords](https://redis.io/docs/latest/develop/interact/search-and-query/advanced-concepts/stopwords/) could cause a crash (MOD-7495)
33
+
-[#4919](https://github.com/redisearch/redisearch/pull/4919) - Counting twice the field statistics at the `#search` section of an `INFO` response (MOD-7339)
34
+
-[#4923](https://github.com/redisearch/redisearch/pull/4923) - Loop when using the wildcard `w'term'` and prefix/infix/suffix pattern `'ter*'`, causing the shard to restart (MOD-7453)
35
+
-[#4954](https://github.com/redisearch/redisearch/pull/4954)`FT.PROFILE` on `AGGREGATE` numeric queries could cause a crash due to reusing the internal `CURSOR` in a large range of numeric values (MOD-7454)
Copy file name to clipboardExpand all lines: content/operate/rc/databases/configuration/advanced-capabilities.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,8 @@ Use the [Search and query sizing calculator](https://redis.io/redisearch-sizing-
61
61
62
62
#### Query performance factor
63
63
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.
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. Below is a screenshot of the Cloud configuration for query perfomance factor.
65
+
66
+
{{<imagefilename="images/rc/database-details-query-performance-factor-pro.png"alt="For Pro databases, you can select the query performance factor for your database."width="75%">}}
65
67
66
68
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