All Products
Search
Document Center

Time Series Database:Limits

Last Updated:Mar 28, 2026

Time Series Database (TSDB) enforces per-instance resource limits to protect service stability. Review the limits for your instance type before running queries to avoid errors. If your workload exceeds the limits for your current instance type, upgrade the instance type in the TSDB console.

Instance type limits

The highest instance type currently available is Ultimate Edition II. To request a larger instance type, submit a ticket.

Query limits by instance type

Each time series query can contain multiple subqueries to run batch queries against the database.

The following table lists the query limits for each instance type.

Instance typeMax tags per timelineMax timelines per subquery (×10,000)Max data points scanned per subquery (×10,000)Max data points returned per subquery (×10,000)Max QPS
Basic Edition I161070015200
Basic Edition II2015700201,000
Basic Edition III2020700201,200
Standard Edition I20802,000804,000
Standard Edition II241204,0001608,000
Ultimate Edition I241606,00018024,000
Ultimate Edition II242008,00020050,000

Column definitions:

  • Max tags per timeline: The maximum number of tags allowed on a single timeline.

  • Max timelines per subquery: The total number of timelines matched by a subquery at the engine layer.

  • Max data points scanned per subquery: The total number of data points scanned and processed by a subquery at the storage layer.

  • Max data points returned per subquery: The number of data points returned to the application layer after time series aggregation.

  • Max QPS: Queries per second (QPS) benchmark based on scanning one timeline—with a single tag and data reported every 10 seconds—over a 5-minute time range.

Behavior when a limit is exceeded

If any subquery in a query exceeds the limits for your instance type, the entire query fails and an error is returned to the application layer. To resolve this, modify the query conditions to reduce scope, or upgrade the instance type in the TSDB console.