Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions content/influxdb3/enterprise/performance-preview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,16 @@ Key improvements include:
Include the `--use-pacha-tree` flag in your
[`influxdb3 serve` startup command](/influxdb3/enterprise/get-started/setup/):

```bash {{< code-callout "--use-pacha-tree" >}}
{{< code-callout "--use-pacha-tree" >}}
```bash
influxdb3 serve \
--node-id host01 \
--cluster-id cluster01 \
--object-store file \
--data-dir ~/.influxdb3 \
--use-pacha-tree
```
{{< /code-callout >}}
{{< /code-callout >}}

You can also enable the preview with an environment variable:

Expand Down
Loading