---
title: Manage the InfluxDB time series index (TSI)
description: The InfluxDB time series index (TSI) indexes or caches measurement and tag data to ensure queries are performant. Use the influxd inspect command to manage the TSI index.
url: https://docs.influxdata.com/influxdb/v2/admin/internals/tsi/
estimated_tokens: 421
product: InfluxDB OSS v2
version: v2
---

# Manage the InfluxDB time series index (TSI)

This page documents an earlier version of InfluxDB OSS. [InfluxDB 3 Core](/influxdb3/core/) is the latest stable version.

#### API token hashing is enabled by default in InfluxDB OSS 2.9.0

Stronger token security: tokens are stored as hashes on disk, so a copy of the database file doesn’t expose usable tokens. Existing tokens are hashed on first startup and the original strings can’t be recovered afterward — **capture any plaintext tokens you still need before you upgrade**.

For more information, see [Token hashing](/influxdb/v2/admin/tokens/#token-hashing).

The InfluxDB [time series index (TSI)](/influxdb/v2/reference/internals/storage-engine/#time-series-index-tsi) indexes or caches measurement and tag data to ensure queries are performant.

### [Rebuild the TSI index](/influxdb/v2/admin/internals/tsi/rebuild-index/)

Flush and rebuild the TSI index to purge corrupt index files or remove indexed data that is out of date.

### [Inspect TSI indexes](/influxdb/v2/admin/internals/tsi/inspect/)

Use the `influxd inspect` command to inspect the InfluxDB TSI index.

[storage](/influxdb/v2/tags/storage/) [internals](/influxdb/v2/tags/internals/)
