Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.risingwave.com/llms.txt

Use this file to discover all available pages before exploring further.

We understand that not everyone wants to share usage statistics. You can disable telemetry by following the instructions below.

How to opt out?

You can opt out by setting the telemetry_enabled system parameter before starting a RisingWave cluster. You can set the system parameter in one of the three ways:
  • Add or update the parameter setting in risingwave/src/config/<your-config>.yaml.
[server]
telemetry_enabled = false
  • macOS or Linux: Set an environment variable in a terminal window:
export ENABLE_TELEMETRY=false