0016-00000810

Updated at:

Problem description

When you call SelectObject to store query results as an object in a destination bucket, the operation fails because the output object exceeds the 5 GB size limit.

Causes

SelectObject enforces a 5 GB maximum on the output object written to the destination bucket. If the query returns more data than this limit, the operation fails.

Examples

SelectObject is in invitational preview. Examples are unavailable.

Solutions

When you call SelectObject to store query results as an object in a destination bucket, make sure that the size of the output object does not exceed 5 GB.

References