docs-v2/content/influxdb3/core/admin/distinct-value-cache/show.md

735 B

title description menu weight influxdb3/core/tags list_code_example source
Show information about Distinct Value Caches Use the `influxdb3 show system table` command to query and output Distinct Value Cache information from the `distinct_caches` system table.
influxdb3_core
parent name
Manage the Distinct Value Cache Show Distinct Value Caches
203
cache
<!-- pytest.mark.skip --> ```bash influxdb3 show system \ --database example-db \ --token 00xoXX0xXXx0000XxxxXx0Xx0xx0 \ table distinct_caches ``` /shared/influxdb3-admin/distinct-value-cache/show.md