Skip to content

Commit aab0315

Browse files
committed
Document API operational limits
1 parent 6542c28 commit aab0315

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Limits
3+
description: 'Rate and operational limits for the Glide API'
4+
---
5+
6+
## Payload Limits
7+
8+
You should not send more than 15MB of data in a single request. If you need to work with more data, use [stashing](/api-reference/v2/stashing/introduction) to upload the data in 15MB chunks.
9+
10+
## Row Limits
11+
12+
Even when using stashing, there are limits to the number of rows you can work with in a single request. These limits are approximate and depend on the size of the rows in your dataset.
13+
14+
15+
| Endpoint | Row Limit |
16+
|---------------------------------------------------------------|------------|
17+
| [Create Table](/api-reference/v2/tables/post-tables) | 8m |
18+
| [Overwrite Table](/api-reference/v2/tables/put-tables) | 8m |
19+
| [Add Rows to Table](/api-reference/v2/tables/post-table-rows) | 250k |

api-reference/v2/general/rate-limits.mdx

Lines changed: 0 additions & 12 deletions
This file was deleted.

mint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"pages": [
2828
"api-reference/v2/general/introduction",
2929
"api-reference/v2/general/authentication",
30-
"api-reference/v2/general/errors"
30+
"api-reference/v2/general/errors",
31+
"api-reference/v2/general/limits"
3132
]
3233
},
3334
{

0 commit comments

Comments
 (0)