Skip to content

Commit

Permalink
Edited 130_Partial_Matching/25_Index_time.asciidoc with Atlas code ed…
Browse files Browse the repository at this point in the history
…itor
  • Loading branch information
skalapurakkel committed Nov 21, 2014
1 parent 479c489 commit 564067b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 130_Partial_Matching/25_Index_time.asciidoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Index time optimizations
=== Index-Time Optimizations

All of the solutions we've talked about so far are implemented at
*query-time*. ((("index time optimizations")))((("partial matching", "index time optimizations")))They don't require any special mappings or indexing patterns --
_query time_. ((("index time optimizations")))((("partial matching", "index time optimizations")))They don't require any special mappings or indexing patterns;
they simply work with the data that you've already indexed.

The flexibility of query time operations comes at a cost: search performance.
The flexibility of query-time operations comes at a cost: search performance.
Sometimes it may make sense to move the cost away from the query. In a real-
time web application, an additional 100ms may be too much latency to tolerate.

Expand Down

0 comments on commit 564067b

Please sign in to comment.