Skip to content

Commit fd75952

Browse files
committed
edits [netlify-build]
1 parent 259e841 commit fd75952

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/engage/audiences/linked-audiences-limits.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ Name | Limit | Details
3131
---- | ----- | --------
3232
RETL row limit | 30 million | The audience compute fails if the total output exceeds the limit.
3333
RETL column limit | 500 columns | The audience compute fails if the number of columns exceeds the limit.
34-
Global concurrent audience computation executions | 5 total within any given space | New audience computations are delayed once the limit is reached.
35-
TAPI 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 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.
3636
Data Graph depth | 6 | You can't save a Data Graph if you exceed the limit.
37-
Preview size | 1K rows | The maximum number of rows you can have to generate a preview. The preview fails if you bring back too many entities.
38-
Entity value type ahead cache | Up to 100 unique values | The number of entity values you can store in your cache.
39-
Entity columns | Up to 200 unique values | The number of entity columns you can have.
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+
Entity value type ahead cache | Up to 100 unique values | The maximum number of entity values Segment stores in cache.
39+
Entity columns | Up to 200 unique values | The maximum number of entity property columns Segment surfaces in the condition builder.
4040
Entity context relationship sizes | Unlimited | The size of the entity relationship.
4141
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.
4242

0 commit comments

Comments
 (0)