Skip to content

Commit 1c8b72a

Browse files
committed
Update auto-reprepare
1 parent 39ca4d8 commit 1c8b72a

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
@@ -228,13 +228,13 @@ This ensures statements automatically use newer, more efficient indexes as they
228228

229229
The following example shows how the feature works when it's active:
230230

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

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

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

240240
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)