Skip to content

Commit 234b26e

Browse files
authored
add v5 upgrade info (#69)
1 parent b9b8fda commit 234b26e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

braintrust/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,13 @@ This version of the Helm is in preparation of 2.0.0 of the Braintrust Self hoste
172172

173173
We are also increasing the default sizing of our deployments, please ensure you have the node pool capacity for these increased defaults.
174174

175+
### Version 5
176+
177+
This release adds new Brainstore Fast Readers and enables them by default. Fast readers are isolated Brainstore nodes that handle common and known safe queries that power the Braintrust UI. This effectively isolates resource intensive adhoc queries into the standard Brainstore readers nodes which helps to keep the UI responsive.
178+
You may have to adjust your helm values.yaml overrides if you have adjusted any defaults for standard Brainstore reader nodes. We recommend keeping your fast readers sized the same as your existing readers and starting with only two nodes.
179+
180+
Also if you have custom readiness checks, please unset these customizations and use our new default readiness checks. There is a bug in the dataplane where the endpoint we were using for readiness checks, would never recover if it failed.
181+
175182
## Example Values Files
176183

177184
Example values files for different cloud providers and configurations are located in the `examples/` folder.

0 commit comments

Comments
 (0)