content/influxdb3/explorer/manage-caches/distinct-value-caches.md
Use InfluxDB 3 Explorer to manage Distinct Value Caches (DVCs) in an InfluxDB 3 instance or cluster. To navigate to the Distinct Value Cache management page:
To view DVCs associated with a database, navigate to the Distinct Value Cache management page and select the database from the Select Database dropdown menu. The page lists all DVCs associated with the selected database.
On the Distinct Value Cache management page:
Click + Create Cache.
Provide the following:
Cache name: A unique name for the cache.
Database: The database the cache is associated with.
Table: The target table for the cache. As data is written to the table, it populates the cache. You must select a database before you can select a table.
Column names: Select columns to cache distinct values from. These are typically InfluxDB tags, but you can also use fields. combinations to cache. Once this limit is exceeded, InfluxDB drops the oldest cached distinct values.
Max Age: Specify the maximum age of cached values as a duration in
humantime
form. The default is 24h.
[!Note] Higher cardinality (more distinct values) in a DVC increases memory usage.
Click Create.
Use the Data Explorer to query a DVC:
On the Distinct Value Cache management page: