From 2052c004b4fb2642001265aae301efab4699000e Mon Sep 17 00:00:00 2001 From: Justin Borromeo Date: Thu, 25 Apr 2019 16:13:09 -0700 Subject: [PATCH] Update select doc disclaimer --- docs/content/querying/select-query.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/content/querying/select-query.md b/docs/content/querying/select-query.md index 8df21550d728..e0b7f2e0ca19 100644 --- a/docs/content/querying/select-query.md +++ b/docs/content/querying/select-query.md @@ -42,10 +42,9 @@ Select queries return raw Apache Druid (incubating) rows and support pagination. ```
-Consider using the [Scan query](../querying/scan-query.html) instead of the Select query if you don't need pagination, and you -don't need the strict time-ascending or time-descending ordering offered by the Select query. The Scan query returns -results without pagination, and offers "looser" ordering than Select, but is significantly more efficient in terms of -both processing time and memory requirements. It is also capable of returning a virtually unlimited number of results. +Consider using the [Scan query](../querying/scan-query.html) instead of the Select query if you don't need pagination. +The Scan query returns results without pagination but is significantly more efficient in terms of both processing time +and memory requirements. It is also capable of returning a virtually unlimited number of results.
There are several main parts to a select query: