Skip to content

Commit 5004c64

Browse files
Update src/content/docs/r2-sql/reference/limitations-best-practices.mdx
Co-authored-by: Nikita Lapkov <[email protected]>
1 parent f5d33f5 commit 5004c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/r2-sql/reference/limitations-best-practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ R2 SQL is designed for querying **partitioned** Apache Iceberg tables in your R2
2727
| JOINs | No | No table joins |
2828
| Array filtering | No | No array type support |
2929
| JSON filtering | No | No nested object queries |
30-
| Simple LIMIT | Yes | 1-10,000 range |
30+
| Simple LIMIT | Yes | 1-10,000 range, no pagination support |
3131
| ORDER BY | Yes | Any columns of the partition key only|
3232
| GROUP BY | No | Not supported |
3333

0 commit comments

Comments
 (0)