Repository: drill-site
Updated Branches:
  refs/heads/asf-site c5a1214d4 -> 209d3b75c


change release support for hash join spill to disk - 1.14


Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/209d3b75
Tree: http://git-wip-us.apache.org/repos/asf/drill-site/tree/209d3b75
Diff: http://git-wip-us.apache.org/repos/asf/drill-site/diff/209d3b75

Branch: refs/heads/asf-site
Commit: 209d3b75c0027989827dd899579a88dc1668f66e
Parents: c5a1214
Author: Bridget Bevens <bbev...@maprtech.com>
Authored: Tue Mar 13 18:26:36 2018 -0700
Committer: Bridget Bevens <bbev...@maprtech.com>
Committed: Tue Mar 13 18:26:36 2018 -0700

----------------------------------------------------------------------
 .../index.html                                                   | 2 +-
 feed.xml                                                         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill-site/blob/209d3b75/docs/sort-based-and-hash-based-memory-constrained-operators/index.html
----------------------------------------------------------------------
diff --git 
a/docs/sort-based-and-hash-based-memory-constrained-operators/index.html 
b/docs/sort-based-and-hash-based-memory-constrained-operators/index.html
index a5df4c1..5d232ef 100644
--- a/docs/sort-based-and-hash-based-memory-constrained-operators/index.html
+++ b/docs/sort-based-and-hash-based-memory-constrained-operators/index.html
@@ -1173,7 +1173,7 @@
 
 <p>Ideally, you want to allocate enough memory for Drill to perform all 
operations in memory. When data spills to disk, you will not see any difference 
in terms of how queries run, however spilling to disk can impact performance 
due to the additional I/O required to write data to disk and read the data 
back. See Memory Allocation (page 4) for more information. </p>
 
-<p><strong>Note:</strong> Drill 1.13 and later supports spilling to disk for 
the Hash Join, Hash Aggregate, and Sort operators. Drill 1.11 and 1.12 supports 
spilling to disk for the Hash Aggregate and Sort operators. Releases of Drill 
prior to 1.11 only support spilling to disk for the Sort operator.  </p>
+<p><strong>Note:</strong> Drill 1.14 and later supports spilling to disk for 
the Hash Join, Hash Aggregate, and Sort operators. Drill 1.11 and 1.12 supports 
spilling to disk for the Hash Aggregate and Sort operators. Releases of Drill 
prior to 1.11 only support spilling to disk for the Sort operator.  </p>
 
 <p><strong>Spill Locations</strong> </p>
 

http://git-wip-us.apache.org/repos/asf/drill-site/blob/209d3b75/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 611b6b4..72d25aa 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 13 Mar 2018 18:10:26 -0700</pubDate>
-    <lastBuildDate>Tue, 13 Mar 2018 18:10:26 -0700</lastBuildDate>
+    <pubDate>Tue, 13 Mar 2018 18:24:28 -0700</pubDate>
+    <lastBuildDate>Tue, 13 Mar 2018 18:24:28 -0700</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>

Reply via email to