DEFAULT_ORDER_BY_LIMIT Query Option
Now that the ORDER BY clause no longer requires an accompanying LIMIT clause in Impala 1.4.0 and higher, this query option is deprecated and has no effect.
Prior to Impala 1.4.0, Impala queries that use the ORDER BY clause must also include a LIMIT clause, to avoid accidentally producing huge result sets that must be sorted. Sorting a huge result set is a memory-intensive operation. In Impala 1.4.0 and higher, Impala uses a temporary disk work area to perform the sort if that operation would otherwise exceed the Impala memory limit on a particular host.
Type: numeric
Default: -1 (no default limit)
Page generated May 18, 2018.
<< DEFAULT_JOIN_DISTRIBUTION_MODE Query Option | ©2016 Cloudera, Inc. All rights reserved | DEFAULT_SPILLABLE_BUFFER_SIZE Query Option >> |
Terms and Conditions Privacy Policy |