Skip to content

Commit 7d32c91

Browse files
committed
Add docs
1 parent 067b297 commit 7d32c91

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/pages/reference/configuration/environment-variables.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,6 +1301,15 @@ If `true`, then use WebSocket for data fetching.
13011301
| --------------- | ---------------------- | --------------------- |
13021302
| `true`, `false` | `true` | `true` |
13031303

1304+
## `CUBEJS_TESSERACT_ORCHESTRATOR`
1305+
1306+
If `true`, enables performance optimizations in the query orchestrator,
1307+
such as deserializing Cube Store result sets in native Rust code.
1308+
1309+
| Possible Values | Default in Development | Default in Production |
1310+
| --------------- | ---------------------- | --------------------- |
1311+
| `true`, `false` | `true` | `true` |
1312+
13041313
## `CUBESTORE_AWS_ACCESS_KEY_ID`
13051314

13061315
The Access Key ID for AWS. Required when using AWS S3.

0 commit comments

Comments
 (0)