735 B
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. |
|
203 |
|
<!-- pytest.mark.skip --> ```bash influxdb3 show system \ --database example-db \ --token 00xoXX0xXXx0000XxxxXx0Xx0xx0 \ table distinct_caches ``` | /shared/influxdb3-admin/distinct-value-cache/show.md |