[Yandex Cloud documentation](../../index.md) > [Yandex Query](../index.md) > [Concepts](index.md) > Quotas and limits

# Quotas and limits in Query

Yandex Query has the following limits:

* [_Quotas_](https://console.yandex.cloud/cloud?section=quotas) are organizational constraints that can be changed by contacting technical support.
* _Limits_ are technical constraints of the Yandex Cloud architecture. You cannot change the limits.

If you need more resources, you can increase your quotas in one of the following ways:

* [Make a request to increase your quotas](https://console.yandex.cloud/cloud?section=quotas).
* Contact [support](https://center.yandex.cloud/support) and specify which quotas you want increased and by how much.

To have your request processed, you must have the `quota-manager.requestOperator` [role](../../iam/roles-reference.md#quota-manager-requestoperator) or higher, e.g., `editor` or `admin`.

You can manage your quotas with [Cloud Quota Manager](../../quota-manager/quickstart.md).

#### Limits {#yq-limits}

Type of limitation | Value
--- | ---
Maximum query result retention time | 24 hours
Maximum streaming query runtime (preview) | 7 days
Maximum analytical query runtime | 24 hours
Maximum query result size | 20 MB

#### Quotas {#yq-quotas}

#|
|| Type of limitation | Value ||
|| Maximum concurrent analytical queries
`yq.analyticsQuery.count` | 100 ||
|| Maximum concurrent streaming queries
`yq.streamingQuery.count` | 100 ||
|| Maximum analytical query runtime
`yq.analyticsQueryDurationMinutes.count` | 30 minutes ||
|#

{% note warning %}

In preview, the maximum streaming query runtime is 7 days, after which the query is forcibly terminated. If you need to run streaming queries without time limits, contact Yandex Cloud support.

{% endnote %}