Skip to content

Commit 252261c

Browse files
xref fix
1 parent 662d024 commit 252261c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/concept-docs/pages/querying-your-data.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ For low latency range queries, it is recommended that you use SQL++ with the nec
145145

146146
From Couchbase Server 7.6 onwards,
147147
CRUD operations (such as `CREATE`, `INSERT`, and `SELECT`) and `JOIN` can be performed against the Query Service without an index (primary or secondary).
148-
This uses a xref:server:learn:services-and-indexes:indexes/query-without-index.adoc#sequential-scans[sequential scan], relying on a KV range scan to deliver the keys.
148+
This uses a xref:server:learn:services-and-indexes/indexes/query-without-index.adoc#sequential-scans[sequential scan], relying on a KV range scan to deliver the keys.
149149

150150
Sequential scans are best suited to small collections where key order is unimportant, or where the overhead of maintaining an index can't be justified.
151151
For larger collections and greater performance, define the appropriate indexes to speed up your queries.

0 commit comments

Comments
 (0)