Merge pull request #6360 from influxdata/pbarnett/clean-up-config
Clean up config-options.mdpull/6359/head^2
commit
a29607def3
|
|
@ -175,10 +175,6 @@ influxdb3 serve
|
|||
- [TCP Listeners](#tcp-listeners)
|
||||
- [tcp-listener-file-path](#tcp-listener-file-path)
|
||||
- [admin-token-recovery-tcp-listener-file-path](#admin-token-recovery-tcp-listener-file-path)
|
||||
{{% show-in "enterprise" %}}
|
||||
- [Experimental Features](#experimental-features)
|
||||
- [use-pacha-tree](#use-pacha-tree)
|
||||
{{% /show-in %}}
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -1972,25 +1968,3 @@ Specifies the TCP listener file path for admin token recovery operations.
|
|||
| influxdb3 serve option | Environment variable |
|
||||
| :---------------------------------------------- | :-------------------------------------------------------- |
|
||||
| `--admin-token-recovery-tcp-listener-file-path` | `INFLUXDB3_ADMIN_TOKEN_RECOVERY_TCP_LISTENER_FILE_PATH` |
|
||||
|
||||
{{% show-in "enterprise" %}}
|
||||
---
|
||||
|
||||
### Experimental Features
|
||||
|
||||
- [use-pacha-tree](#use-pacha-tree)
|
||||
|
||||
#### use-pacha-tree
|
||||
|
||||
Enables the experimental PachaTree storage engine for improved performance.
|
||||
|
||||
> [!Warning]
|
||||
> This is an experimental feature and should not be used in production environments.
|
||||
|
||||
**Default:** `false`
|
||||
|
||||
| influxdb3 serve option | Environment variable |
|
||||
| :---------------------- | :------------------------------------- |
|
||||
| `--use-pacha-tree` | `INFLUXDB3_ENTERPRISE_USE_PACHA_TREE` |
|
||||
|
||||
{{% /show-in %}}
|
||||
Loading…
Reference in New Issue