This is an automated email from the ASF dual-hosted git repository.

jonwei pushed a commit to branch 0.15.0-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/0.15.0-incubating by this push:
     new 6bd51fa  Fix references to removed performance FAQ page (#7755) (#7993)
6bd51fa is described below

commit 6bd51fa8f5f183770d8ea128b02bc18fa92fa387
Author: Jonathan Wei <[email protected]>
AuthorDate: Fri Jun 28 11:38:21 2019 -0700

    Fix references to removed performance FAQ page (#7755) (#7993)
---
 docs/content/operations/recommendations.md | 8 +++-----
 docs/content/toc.md                        | 1 -
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/docs/content/operations/recommendations.md 
b/docs/content/operations/recommendations.md
index 311b46d..61cb871 100644
--- a/docs/content/operations/recommendations.md
+++ b/docs/content/operations/recommendations.md
@@ -84,10 +84,8 @@ Timeseries and TopN queries are much more optimized and 
significantly faster tha
 Segments should generally be between 300MB-700MB in size. Too many small 
segments results in inefficient CPU utilizations and 
 too many large segments impacts query performance, most notably with TopN 
queries.
 
-# Read FAQs
+# FAQs and Guides
 
-You should read common problems people have here:
+1) The [Ingestion FAQ](../ingestion/faq.html) provides help with common 
ingestion problems.
 
-1) [Ingestion-FAQ](../ingestion/faq.html)
-
-2) [Performance-FAQ](../operations/performance-faq.html)
+2) The [Basic Cluster Tuning Guide](../operations/basic-cluster-tuning.html) 
offers introductory guidelines for tuning your Druid cluster.
diff --git a/docs/content/toc.md b/docs/content/toc.md
index e707ad0..6ee4908 100644
--- a/docs/content/toc.md
+++ b/docs/content/toc.md
@@ -143,7 +143,6 @@ layout: toc
   * Tuning and Recommendations
     * [Basic Cluster 
Tuning](/docs/VERSION/operations/basic-cluster-tuning.html)  
     * [General Recommendations](/docs/VERSION/operations/recommendations.html)
-    * [Performance FAQ](/docs/VERSION/operations/performance-faq.html)
     * [JVM Best 
Practices](/docs/VERSION/configuration/index.html#jvm-configuration-best-practices)
        
   * Tools
     * [Dump Segment Tool](/docs/VERSION/operations/dump-segment.html)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to