This is an automated email from the ASF dual-hosted git repository.
bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new f7e7d73 edit to make column larger
f7e7d73 is described below
commit f7e7d73a2080a912e81af4c0853bca5bb93de881
Author: Bridget Bevens <[email protected]>
AuthorDate: Fri Apr 19 10:58:51 2019 -0700
edit to make column larger
---
_docs/developer-information/rest-api/010-rest-api-introduction.md | 5 +++--
.../identifying-performance-issues/020-query-profiles.md | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/_docs/developer-information/rest-api/010-rest-api-introduction.md
b/_docs/developer-information/rest-api/010-rest-api-introduction.md
index be66bbc..a57a5f7 100644
--- a/_docs/developer-information/rest-api/010-rest-api-introduction.md
+++ b/_docs/developer-information/rest-api/010-rest-api-introduction.md
@@ -1,6 +1,6 @@
---
title: "REST API Introduction"
-date: 2019-04-18
+date: 2019-04-19
parent: "REST API"
---
@@ -69,7 +69,8 @@ Submit a query and return results.
{
"queryType" : "SQL",
- "query" : "<Drill query>"
+ "query" : "<Drill query>",
+ "autoLimit" : "<rows returned>"
}
**Example**
diff --git
a/_docs/performance-tuning/identifying-performance-issues/020-query-profiles.md
b/_docs/performance-tuning/identifying-performance-issues/020-query-profiles.md
index 4d70091..67db9e3 100644
---
a/_docs/performance-tuning/identifying-performance-issues/020-query-profiles.md
+++
b/_docs/performance-tuning/identifying-performance-issues/020-query-profiles.md
@@ -1,6 +1,6 @@
---
title: "Query Profiles"
-date: 2019-04-18
+date: 2019-04-19
parent: "Identifying Performance Issues"
---
@@ -54,7 +54,7 @@ In addition to the warnings, the Operator Profiles section of
the query profile
The following table lists the warnings, icons, configurable options related to
the warnings, and option descriptions:
-| Warning Message
| Icon
| Related Option(s)
| Description
[...]
+| Warning Message
| Icon
| Related Option(s)
|
Description [...]
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|----------------------------------------------------------------------------
[...]
| !WARNING: No fragments have made any progress in the last 300 seconds. (See
Last Progress below.)
| None
| drill.exec.http.profile.warning.progress.threshold
| If none of the fragments make any progress within the set
time, a warning [...]
| !WARNING: Some operators have data spilled to disk. This will result in
performance loss. (See Avg Peak memory and Max Peak Memory below)
|  Look for
the icon in the Avg Peak Memory and Max Peak Memory columns to find the
operators that spilled data to disk. | See [Sort-Based and
Hash-Based Memory Constrained
Operators](https://drill.apache.org/docs/sort-based-and-hash-based-memory-constrai
[...]