Documentation

InfluxDB Cloud limits and adjustable quotas

InfluxDB Cloud applies (non-adjustable) global system limits and adjustable service quotas on a per organization basis.

All rates (data-in (writes), queries (reads), and deletes) are accrued within a fixed five-minute window. Once a rate is exceeded, an error response is returned until the current five-minute window resets.

Review adjustable service quotas and global limits to plan for your bandwidth needs:

Adjustable service quotas

To reduce the chance of unexpected charges and protect the service for all users, InfluxDB Cloud has adjustable service quotas applied per account.

Free Plan

  • Data-in: Rate of 5 MB per 5 minutes (average of 17 kb/s)
  • Read: Rate of 300 MB per 5 minutes (average of 1000 kb/s)
    • Bytes in HTTP in response payload
  • Cardinality: 10k series (see how to measure and resolve high cardinality)
  • Available resources:
    • 2 buckets (excluding _monitoring and _tasks buckets)
    • 5 dashboards
    • 5 tasks
  • Alerts:
    • 2 checks
    • 2 notification rules
    • Unlimited Slack notification endpoints
  • Storage: 30 days of data retention (see retention period)

To write historical data older than 30 days, retain data for more than 30 days, increase rate limits, or create additional organizations, upgrade to the Cloud Usage-Based Plan.

Usage-Based Plan

Global limits

InfluxDB Cloud applies global (non-adjustable) system limits to all accounts, which protects the InfluxDB Cloud infrastructure for all users. As the service continues to evolve, we’ll continue to review these global limits and adjust them as appropriate.

Limits include:

  • Write request limits:

    • 50 MB maximum HTTP request batch size (compressed or uncompressed–defined in the Content-Encoding header)
    • 250 MB maximum HTTP request batch size after decompression
  • Query processing time: 90 seconds

  • Total query time: 1500 seconds of total query time every 30 seconds

  • Task processing time: 150 seconds

  • Total task time: 1500 seconds of total task time every 30 seconds

  • Delete request limit: Rate of 300 every 5 minutes

    Tip: Combine delete predicate expressions (if possible) into a single request. InfluxDB limits delete requests by number of requests (not points per request).

UI error messages

The InfluxDB Cloud (TSM) UI displays a notification message when service quotas or limits are exceeded. The error messages correspond with the relevant API error responses.

Errors can also be viewed in the Usage page under Limit Events, e.g. event_type_limited_query, event_type_limited_write,event_type_limited_cardinality, or event_type_limited_delete_rate.

API error responses

The following API error responses occur when your plan’s service quotas are exceeded.

HTTP response code Error message Description
HTTP 413 "Request Too Large" cannot read data: points in batch is too large If a write request exceeds the maximum global limit
HTTP 429 "Too Many Requests" Retry-After: xxx (seconds to wait before retrying the request) If a read or write request exceeds your plan’s adjustable service quotas or if a delete request exceeds the maximum global limit
HTTP 429 "Too Many Requests" Series cardinality exceeds your plan’s service quota If series cardinality exceeds your plan’s adjustable service quotas

Was this page helpful?

Thank you for your feedback!


The future of Flux

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.

Flux is going into maintenance mode and will not be supported in InfluxDB 3.0. This was a decision based on the broad demand for SQL and the continued growth and adoption of InfluxQL. We are continuing to support Flux for users in 1.x and 2.x so you can continue using it with no changes to your code. If you are interested in transitioning to InfluxDB 3.0 and want to future-proof your code, we suggest using InfluxQL.

For information about the future of Flux, see the following:

InfluxDB Cloud powered by TSM