Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a948dc

Browse files
committed
fix: doc for onprem 2.7
1 parente643444 commit9a948dc

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

‎_docs/whats-new/on-prem-release-notes.md‎

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,44 @@ For detailed instructions on installing v2.7, visit [ArtifactHub](https://artifa
1717
####Upgrading to v2.7
1818
For details, see[Upgrade to 2.7 in ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh#to-2-7-0){:target="\_blank"}
1919

20+
####New indexes
2021

22+
We added a new`feature-store-versioned` collection which requires a couple of indexes for good performance.
23+
24+
You must create the indexes listed below_**after** upgrading_ to prevent disruption and avoid performance issues.
25+
26+
#####`createdAt_1`
27+
28+
`createdAt_1` (db:`codefresh`; collection:`feature-store-versioned`)
29+
30+
######Index details
31+
32+
```json
33+
{
34+
"createdAt" :1
35+
}
36+
```
37+
38+
######Index properties
39+
40+
```json
41+
{
42+
"expireAfterSeconds" :43200
43+
}
44+
```
45+
46+
#####`LDRedisStoreVersion_1__id_-1`
47+
48+
`LDRedisStoreVersion_1__id_-1` (db:`codefresh`; collection:`feature-store-versioned`)
49+
50+
######Index details
51+
52+
```json
53+
{
54+
"LDRedisStoreVersion" :1,
55+
"_id" :-1
56+
}
57+
```
2158

2259
####General: Increased limit for audit logs
2360

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp