Skip to content

Commit 77cd136

Browse files
committed
Minor edit
1 parent c692d56 commit 77cd136

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/n1ql/pages/n1ql-language-reference/prepare.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,13 @@ This ensures statements automatically use newer, more efficient indexes as they
223223

224224
The following example shows how the feature works when it's active:
225225

226-
* You prepare a statement and no suitable indexes exist to support it;
226+
. You prepare a statement and no suitable indexes exist to support it;
227227
the Query Service creates a plan that uses a sequential scan.
228228

229-
* You then create a primary index that better supports the statement;
229+
. You then create a primary index that better supports the statement;
230230
the service flags the statement, and on the next run generates a new plan that uses the primary index.
231231

232-
* You later create a secondary index that is an even better choice for the statement;
232+
. You later create a secondary index that is an even better choice for the statement;
233233
the service flags the statement again, and on the next run generates a new plan that uses the secondary index.
234234

235235
If the feature is inactive, the statement continues to use the original plan (such as a sequential scan) even after you create new indexes.

0 commit comments

Comments
 (0)