Skip to content

Commit c1d3f1b

Browse files
author
markzegarelli
authored
Merge pull request #2033 from segmentio/doc-343-updates
Updated SQL Trait return limits [DOC-343]
2 parents 978f58e + 5296347 commit c1d3f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/personas/sql-traits.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ When you're building your query, there are some requirements for the data your q
157157
- The query must return a column with a `user_id`, `email`, or `anonymous_id` (or `group_id` for account traits, if you have Personas for B2B enabled).
158158
- It must return at least one additional trait in addition to `user_id`/`group_id`, and no more than 25 total columns
159159
- The query must not return any `user_id`s with a `null` value, or any duplicate `user_id`s.
160-
- The query must not return more than 10 million rows.
160+
- The query must not return more than 25 million rows.
161161
- Each record must be less than 16kb in size to adhere to [Segment's maximum request size](/docs/connections/sources/catalog/libraries/server/http-api/#max-request-size).
162162

163163
A successful preview returns a sample of users and their traits.
@@ -203,7 +203,7 @@ Happy Querying!
203203

204204
### Is there a limit to the result set that can be queried and imported?
205205

206-
The result set is capped at 10 million rows.
206+
The result set is capped at 25 million rows.
207207

208208
### How often does Segment query the customer's data warehouse?
209209

0 commit comments

Comments
 (0)