Reason for Unexpected Row Length Errors: Sorting Rows for Grouping - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
Before performing the sort operation that groups the rows to be returned to the requestor, the database creates a sort key and appends it to the rows to be sorted. If the length of this temporary data structure exceeds the system row length limit of 64 KB, the operation returns an error to the requestor. Depending on the situation, the message text is one of the following:
  • A data row is too long.
  • Maximum row length exceeded in database_object_name.

For explanations of these messages, see Database Messages.

The BYNET looks at the first 4096 bytes of the sort key created to sort the specified fields. If the field the sort key is based on is greater than 4096 bytes, the key is truncated and the data may not be returned in the desired order.