blob: 48665ed42704a359754ebc5331ac7742d90157e9 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="copyright" content="(C) Copyright 2023" />
<meta name="DC.rights.owner" content="(C) Copyright 2023" />
<meta name="DC.Type" content="concept" />
<meta name="DC.Title" content="BATCH_SIZE Query Option" />
<meta name="DC.Relation" scheme="URI" content="../topics/impala_set.html" />
<meta name="prodname" content="Impala" />
<meta name="prodname" content="Impala" />
<meta name="version" content="Impala 3.4.x" />
<meta name="version" content="Impala 3.4.x" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="batch_size" />
<link rel="stylesheet" type="text/css" href="../commonltr.css" />
<title>BATCH_SIZE Query Option</title>
</head>
<body id="batch_size">
<h1 class="title topictitle1" id="ariaid-title1">BATCH_SIZE Query Option</h1>
<div class="body conbody">
<p class="p">
Number of rows evaluated at a time by SQL operators. Unspecified or a size of 0 uses a predefined default
size. Using a large number improves responsiveness, especially for scan operations, at the cost of a higher memory footprint.
</p>
<p class="p">
This option is primarily for testing during Impala development, or for use under the direction of <span class="keyword">the appropriate support channel</span>.
</p>
<p class="p">
<strong class="ph b">Type:</strong> numeric
</p>
<p class="p">
<strong class="ph b">Default:</strong> 0 (meaning the predefined default of 1024)
</p>
<p class="p">
<strong class="ph b">Range:</strong> 0-65536. The value of 0 still has the special meaning of <span class="q">"use the default"</span>,
so the effective range is 1-65536. The maximum applies in <span class="keyword">Impala 2.11</span> and higher.
</p>
</div>
<div class="related-links">
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../topics/impala_set.html">SET Statement</a></div>
</div>
</div></body>
</html>