From abe47d5b4ad1aecffd114495d7c796802e2a33a1 Mon Sep 17 00:00:00 2001 From: i-robot Date: Thu, 30 Sep 2021 07:58:06 +0000 Subject: [PATCH] !1149 Fixed spelling mistakes in file spill.md * Fixed spelling mistakes in file spill.md --- hetu-docs/en/admin/spill.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hetu-docs/en/admin/spill.md b/hetu-docs/en/admin/spill.md index d698ec232..6f578019b 100644 --- a/hetu-docs/en/admin/spill.md +++ b/hetu-docs/en/admin/spill.md @@ -68,11 +68,11 @@ is enabled, if there is not enough memory, intermediate cumulated aggregation re ### Order By -If you're trying to sort a larger amount of data, a significant amount of memory may be needed. When spill to disk for order by is enabled, if there is not enough memory, intemediate sorted results are written to disk. They are loaded back and merged with a lower memory footprint. +If you're trying to sort a larger amount of data, a significant amount of memory may be needed. When spill to disk for order by is enabled, if there is not enough memory, intermediate sorted results are written to disk. They are loaded back and merged with a lower memory footprint. ### Window functions -Window Functions perform an operators over a window of rows and return one value for each row. If this window of rows is large, a significant amount of memory may be needed. When spill to disk for window functions is enabled, if there is not enough memory, intemediate sorted results are written to disk. They are loaded back and merged when memory is available. There is a current limitation that spill will not work in all cases such as when a single window is very large. +Window Functions perform an operators over a window of rows and return one value for each row. If this window of rows is large, a significant amount of memory may be needed. When spill to disk for window functions is enabled, if there is not enough memory, intermediate sorted results are written to disk. They are loaded back and merged when memory is available. There is a current limitation that spill will not work in all cases such as when a single window is very large. ### Reuse Exchange