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/engage/audiences/linked-audiences-limits.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,11 @@ Name | Limit | Details
31
31
---- | ----- | --------
32
32
RETL row limit | 150 million | The audience compute fails if the total output exceeds the limit.
33
33
RETL column limit | 500 columns | The audience compute fails if the number of columns exceeds the limit.
34
-
Global concurrent audience runs | 5 total within any given space | New audience runs are queued once the limit is reached and continues to run as existing audience runs complete.
35
-
Event Size | 32 KB | Segment drops events at the ingest and doesn't emit messages for profiles whose total related entities and enrichments exceed the limit. This limit is not enforced by RETL. Check the size of your downstream destination as they are also limited.
34
+
Global concurrent audience runs | 5 total within any given space | New audience runs are queued once the limit is reached and will start execution once prior audience runs complete.
35
+
Event Size | 32 KB | Segment doesn’t emit messages for profiles whose total related entities and enrichments exceed the limit.
36
36
Data Graph depth | 6 | You can't save a Data Graph if you exceed the limit.
37
37
Preview size | 3K rows | The maximum number of rows you can have to generate a preview. The preview fails if you bring back too many entities.
38
38
Entity value type ahead cache | Up to 100 unique values | The maximum number of entity values Segment stores in cache.
39
39
Entity columns | Up to 200 unique values | The maximum number of entity property columns Segment surfaces in the condition builder.
40
-
Entity context relationship sizes | Unlimited | The size of the entity relationship.
41
40
Run frequency | 15 minutes (this is the fastest time) | You can’t configure more frequency syncs. You can select **Compute Now** to trigger runs, but you’re limited by Profiles Sync for when new data syncs back to the data warehouse.
0 commit comments