---
name: Cloudant-limits
title: Limits
description: Limits that pertain to the usage of IBM&reg; Cloudant&reg; for IBM Cloud&reg; databases are shown in the following tables.
last-updated: 2022-06-23
---

> ## Documentation Index
> The table of contents for this documentation set is at https://cloud.ibm.com/docs/Cloudant?format=markdown
> The index for all IBM Cloud docs is at: https://cloud.ibm.com/docs/llms.txt
> Use these files to discover more information as needed.

# Limits
{: #limits}

Limits that pertain to the usage of IBM&reg; Cloudant&reg; for IBM Cloud&reg; databases are shown in the following tables.
{: shortdesc}

## Databases
{: #databases-overview}

|Description|Limit|
|--|--|
|Database count|200 (default) on Standard Plan. You can contact IBM Cloudant support if you need more databases.<br/> 20 (fixed) on Lite plan|
|Database size|Consult the IBM Cloudant team if your database is likely to exceed 5 TB in size|
|Partition size|10 GB|
{: caption="Limits for databases" caption-side="top"}

## Indexes
{: #indexes-overview}

|Description|Limit|
|--|--|
|Number of global indexes|Unlimited|
|Number of partition indexes|10|
{: caption="Limits for indexes" caption-side="top"}

## Request payload
{: #request-payload-overview}

|Description|Limit|
|--|--|
|Total request body size|64MB|
|Single JSON document size|1 MB|
|Single attachment size|10 MB|
{: caption="Limits for request payload" caption-side="top"}

If you exceed these limits, a [413 response](https://cloud.ibm.com/docs/apis/cloudant/cloudant-gen1#error-handling){: external} alerts you.

When you replicate, documents or attachments that exceed these
limits don't replicate to the target database. For more information
about how to detect replication errors, see [Replication
errors](https://cloud.ibm.com/docs/apis/cloudant/cloudant-gen1#getreplicationdocument){: external}.

## Request timeouts
{: #request-timeouts}

|Description|Limit|
|--|--|
|Default|60 seconds|
|`_partition/*` |5 seconds|
{: caption="Limits for request timeouts" caption-side="top"}

## Query
{: #query-results}

|Description|Limit|
|--|--|
|Default|Unlimited|
|`_partition/*`|2000|
|`_search`|200|
|`_find` when using `text` index|200|
{: caption="Limits for query results" caption-side="top"}