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
Segment Personas enforces a set of default use and rate limits to help protect the performance and reliability of the Personas product. These limits are designed to provide consistent, reliable performance at scale. Most customers do not exceed these limits.
@@ -18,7 +18,7 @@ Contact your dedicated Customer Success Manager or [[email protected]](mailto:
18
18
<tbody>
19
19
<tr>
20
20
<td>Inbound Data Throughput</td>
21
-
<td>1000 events per second*</td>
21
+
<td>1000 events per second</td>
22
22
<td>The total stream of events from the sources connected to Personas. Once the limit is reached, Segment reserves the right to slow the processing of requests. This limit also includes historical data replays into Segment.</td>
23
23
</tr>
24
24
<tr>
@@ -31,10 +31,6 @@ When requests to downstream destinations fail, Segment makes additional attempts
31
31
</tbody>
32
32
</table>
33
33
34
-
35
-
> note ""
36
-
> \*Contact your dedicated Customer Success Manager or [email protected] to request an increase to this limit.
37
-
38
34
## Profile API
39
35
40
36
<tableid="limit">
@@ -48,20 +44,17 @@ When requests to downstream destinations fail, Segment makes additional attempts
48
44
<tbody>
49
45
<tr>
50
46
<td>Profile API Throughput</td>
51
-
<td>100 requests per second*</td>
47
+
<td>100 requests per second</td>
52
48
<td>If requests exceed 100 per second, the Profile API returns HTTP Error 429.</td>
53
49
</tr>
54
50
<tr>
55
51
<td>Events Lookback History</td>
56
-
<td>14 days*</td>
52
+
<td>14 days</td>
57
53
<td>The Profile API retrieves up to 14 days of a profile’s historical events within a collection. This applies to track events, not traits sent through identify calls.</td>
58
54
</tr>
59
55
</tbody>
60
56
</table>
61
57
62
-
> note ""
63
-
> \*Contact your dedicated Customer Success Manager or [email protected] to request an increase to this limit.
64
-
65
58
## Identity
66
59
67
60
<tableid="limit">
@@ -82,7 +75,7 @@ Once the limit is reached, Segment rejects additional events.</td>
82
75
</tr>
83
76
<tr>
84
77
<td>Identity Mappings</td>
85
-
<td>14 days*</td>
78
+
<td>14 days</td>
86
79
<td>Personas supports up to 1000 mappings per profile in its identity graph. Mappings are external identifier values like a user_id, email, mobile advertising id, or any custom identifier.
87
80
<br /><br />
88
81
Messages that attempt to more than 1000 mappings are usually a sign of a corrupt profile and are dropped. This limit counts mappings across all merged profiles.</td>
@@ -103,12 +96,12 @@ Messages that attempt to more than 1000 mappings are usually a sign of a corrupt
103
96
<tbody>
104
97
<tr>
105
98
<td>Compute Concurrency</td>
106
-
<td>5 concurrent audiences*</td>
99
+
<td>5 concurrent audiences</td>
107
100
<td>Segment computes five new audiences or computed traits at a time. Once the limit is reached, additional audience computations are queued until one of the 5 audiences finishes computing.</td>
108
101
</tr>
109
102
<tr>
110
103
<td>Compute Throughput</td>
111
-
<td>10000 computations per second*</td>
104
+
<td>10000 computations per second</td>
112
105
<td>Computations are counted as any track or identify call that triggers an audience or computed trait re-computation.
113
106
<br /><br />
114
107
Once the limit is reached, Segment reserves the right to slow the processing of an audience.</td>
@@ -127,9 +120,6 @@ This limit is based on your Personas service. Contact your account team to upgra
127
120
</tbody>
128
121
</table>
129
122
130
-
> note ""
131
-
> \*Contact your dedicated Customer Success Manager or [email protected] to request an increase to this limit.
132
-
133
123
## SQL Traits
134
124
135
125
<tableid="limit">
@@ -167,16 +157,13 @@ Contact your account team to customize your schedule.</td>
167
157
</tr>
168
158
<tr>
169
159
<td>SQL Traits - Rows</td>
170
-
<td>10 million*</td>
160
+
<td>10 million</td>
171
161
<td>The number of rows each SQL trait can return.</td>
172
162
</tr>
173
163
<tr>
174
164
<td>SQL Traits - Columns</td>
175
-
<td>25*</td>
165
+
<td>25</td>
176
166
<td>The number of columns each SQL trait can return.</td>
177
167
</tr>
178
168
</tbody>
179
169
</table>
180
-
181
-
> note ""
182
-
> \*Contact your dedicated Customer Success Manager or [email protected] to request an increase to this limit.
0 commit comments