Mixpanel Community Icon

Increasing Rate Limits for the Query API: Options and Solutions

·
·

Hi, for the Query API, the Rate limit for it is 5 concurrent queries and 60 queries per hour, is there anyway to increase that?

  • Avatar of linyee
    linyee
    ·
    ·

    Unfortunately, it’s not possible to increase the Query API rate limits. Mixpanel enforces these limits to maintain computing capacity and ensure fair access for all customers. To work around these limitations, Mixpanel suggests:

    1. 1.

      Spread your queries out over a longer period of time

    2. 2.

      Consolidate multiple queries into a single query (for example, combining multiple queries that filter on a single property into one segmentation query)

    3. 3.

      Consider using pipeline which allows you to export large amounts of data to an external database without these rate limits.