You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/reverse-etl/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,5 +199,5 @@ Name | Details | Limit
199
199
Record count | The maximum number of records a single sync will process. Note: This is the number of records extracted from the warehouse not the limit for the number of records loaded to the destination (for example, new/update/deleted). | 30 million records
200
200
Column count | The maximum number of columns a single sync will process. | 512 columns
201
201
Column name length | The maximum length of a record column. | 128 characters
202
-
Record JSON Length | The maximum size for a record when converted to JSON (some of this limit is used by Segment). | 512 KiB
203
-
Column JSON Length | The maximum size of any single column value. | 128 KiB
202
+
Record JSON size | The maximum size for a record when converted to JSON (some of this limit is used by Segment). | 512 KiB
203
+
Column JSON size | The maximum size of any single column value. | 128 KiB
0 commit comments