From 259e8417d9b4535962d8b4f57bfb6abad5611f02 Mon Sep 17 00:00:00 2001 From: stayseesong Date: Mon, 30 Sep 2024 11:08:07 -0700 Subject: [PATCH 1/4] [netlify-build] --- src/engage/audiences/linked-audiences-limits.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/engage/audiences/linked-audiences-limits.md b/src/engage/audiences/linked-audiences-limits.md index c7706d338b..001bbbb3de 100644 --- a/src/engage/audiences/linked-audiences-limits.md +++ b/src/engage/audiences/linked-audiences-limits.md @@ -25,3 +25,18 @@ Your plan includes a high limit of Activation Events, which ensures that the vas If you have a non-standard or high volume usage plan, you have unique Linked Audiences limits or custom pricing. +## Product limits + +Name | Limit | Details +---- | ----- | -------- +RETL row limit | 30 million | The audience compute fails if the total output exceeds the limit. +RETL column limit | 500 columns | The audience compute fails if the number of columns exceeds the limit. +Global concurrent audience computation executions | 5 total within any given space | New audience computations are delayed once the limit is reached. +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. +Data Graph depth | 6 | You can't save a Data Graph if you exceed the limit. +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. +Entity value type ahead cache | Up to 100 unique values | The number of entity values you can store in your cache. +Entity columns | Up to 200 unique values | The number of entity columns you can have. +Entity context relationship sizes | Unlimited | The size of the entity relationship. +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. + From fd7595285869edff9507902f7d7971b1bc9ab376 Mon Sep 17 00:00:00 2001 From: stayseesong Date: Wed, 2 Oct 2024 11:28:34 -0700 Subject: [PATCH 2/4] edits [netlify-build] --- src/engage/audiences/linked-audiences-limits.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/engage/audiences/linked-audiences-limits.md b/src/engage/audiences/linked-audiences-limits.md index 001bbbb3de..fd32dac0fe 100644 --- a/src/engage/audiences/linked-audiences-limits.md +++ b/src/engage/audiences/linked-audiences-limits.md @@ -31,12 +31,12 @@ Name | Limit | Details ---- | ----- | -------- RETL row limit | 30 million | The audience compute fails if the total output exceeds the limit. RETL column limit | 500 columns | The audience compute fails if the number of columns exceeds the limit. -Global concurrent audience computation executions | 5 total within any given space | New audience computations are delayed once the limit is reached. -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. +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. +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. Data Graph depth | 6 | You can't save a Data Graph if you exceed the limit. -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. -Entity value type ahead cache | Up to 100 unique values | The number of entity values you can store in your cache. -Entity columns | Up to 200 unique values | The number of entity columns you can have. +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. +Entity value type ahead cache | Up to 100 unique values | The maximum number of entity values Segment stores in cache. +Entity columns | Up to 200 unique values | The maximum number of entity property columns Segment surfaces in the condition builder. Entity context relationship sizes | Unlimited | The size of the entity relationship. 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. From 190e65a0d999e91b42248f64b203b11268a319a7 Mon Sep 17 00:00:00 2001 From: stayseesong Date: Wed, 2 Oct 2024 17:02:59 -0700 Subject: [PATCH 3/4] edits --- src/engage/audiences/linked-audiences-limits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engage/audiences/linked-audiences-limits.md b/src/engage/audiences/linked-audiences-limits.md index fd32dac0fe..781ac38553 100644 --- a/src/engage/audiences/linked-audiences-limits.md +++ b/src/engage/audiences/linked-audiences-limits.md @@ -29,7 +29,7 @@ If you have a non-standard or high volume usage plan, you have unique Linked Aud Name | Limit | Details ---- | ----- | -------- -RETL row limit | 30 million | The audience compute fails if the total output exceeds the limit. +RETL row limit | 150 million | The audience compute fails if the total output exceeds the limit. RETL column limit | 500 columns | The audience compute fails if the number of columns exceeds the limit. 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. 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. From 5d14bf415aea255ad5dcc796b4097d5d82437dfc Mon Sep 17 00:00:00 2001 From: stayseesong Date: Thu, 3 Oct 2024 09:05:06 -0700 Subject: [PATCH 4/4] edits --- src/engage/audiences/linked-audiences-limits.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/engage/audiences/linked-audiences-limits.md b/src/engage/audiences/linked-audiences-limits.md index 781ac38553..4a0b27d372 100644 --- a/src/engage/audiences/linked-audiences-limits.md +++ b/src/engage/audiences/linked-audiences-limits.md @@ -31,12 +31,11 @@ Name | Limit | Details ---- | ----- | -------- RETL row limit | 150 million | The audience compute fails if the total output exceeds the limit. RETL column limit | 500 columns | The audience compute fails if the number of columns exceeds the limit. -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. -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. +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. +Event Size | 32 KB | Segment doesn’t emit messages for profiles whose total related entities and enrichments exceed the limit. Data Graph depth | 6 | You can't save a Data Graph if you exceed the limit. 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. Entity value type ahead cache | Up to 100 unique values | The maximum number of entity values Segment stores in cache. Entity columns | Up to 200 unique values | The maximum number of entity property columns Segment surfaces in the condition builder. -Entity context relationship sizes | Unlimited | The size of the entity relationship. 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.