Skip to content

Commit

Permalink
add note on latency spikes
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrl committed Mar 13, 2014
1 parent 8096c21 commit a187564
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions publications/whitepaper/druid.tex
Original file line number Diff line number Diff line change
Expand Up @@ -797,11 +797,14 @@ \subsection{Query Performance in Production}
memory map the data instead of loading it into the Java heap.)
\end{itemize}

Query latencies are shown in Figure~\ref{fig:query_latency} and
the queries per minute is shown in Figure~\ref{fig:queries_per_min}.
Across all the various data sources, average query latency is approximately 550 milliseconds,
with 90\% of queries returning in less than 1 second,
95\% in under 2 seconds, and 99\% of queries taking less than 10 seconds to complete.
Query latencies are shown in Figure~\ref{fig:query_latency} and the queries per
minute is shown in Figure~\ref{fig:queries_per_min}. Across all the various
data sources, average query latency is approximately 550 milliseconds, with
90\% of queries returning in less than 1 second, 95\% in under 2 seconds, and
99\% of queries taking less than 10 seconds to complete.
Occasionally we observe spikes in latency, as observed on February 19,
in which case network issues on the cache nodes were compounded by very high
query load on one of our largest datasources.

\begin{figure}
\centering
Expand Down

0 comments on commit a187564

Please sign in to comment.