Skip to content

Commit 5e0099c

Browse files
committed
Minor tweak
1 parent 808f84a commit 5e0099c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/learn/pages/services-and-indexes/services/query-service.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Other data stores are also included, such as the store for the local filesystem.
2727

2828
== Query Execution
2929

30-
The following diagram shows the various elements and operations during query execution.
30+
The following diagram shows the sequence of operations during query execution.
3131

3232
[#query_sequence]
33-
.Query Execution Phases
33+
.Query Execution Sequence
3434
[plantuml,query-execution,svg]
3535
....
3636
include::indexes:partial$diagrams/query-service.puml[]
@@ -47,7 +47,7 @@ The Query Service processes the data further by applying Filter, Aggregate, Proj
4747
These operations often run in parallel, as represented by the vertically aligned groups of right-pointing arrows.
4848
Finally, it executes Offset and Limit operations to set the result size and starting point, and then streams the results back to the client.
4949

50-
For more information about each of these operations, see xref:n1ql:n1ql-language-reference/selectintro.adoc[Query Phases].
50+
For more information about each of these operations, see xref:n1ql:n1ql-language-reference/selectintro.adoc#query-execution-phases[Query Phases].
5151

5252
== Using {sqlpp}
5353

0 commit comments

Comments
 (0)