Skip to content

Commit 5296347

Browse files
authored
DOC-343: SQL Trait results limits
1 parent 4ed862b commit 5296347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/personas/sql-traits.md

+1-1
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.

0 commit comments

Comments
 (0)