We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ad10c commit a21dd53Copy full SHA for a21dd53
1 file changed
content/influxdb3/enterprise/performance-preview/_index.md
@@ -66,15 +66,16 @@ Key improvements include:
66
Include the `--use-pacha-tree` flag in your
67
[`influxdb3 serve` startup command](/influxdb3/enterprise/get-started/setup/):
68
69
-```bash {{< code-callout "--use-pacha-tree" >}}
+ {{< code-callout "--use-pacha-tree" >}}
70
+```bash
71
influxdb3 serve \
72
--node-id host01 \
73
--cluster-id cluster01 \
74
--object-store file \
75
--data-dir ~/.influxdb3 \
76
--use-pacha-tree
77
```
- {{< /code-callout >}}
78
+ {{< /code-callout >}}
79
80
You can also enable the preview with an environment variable:
81
0 commit comments