You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This gives the application developer more control over the balance between performance (latency) and consistency,
123
123
and allows optimization on a case-by-case basis.
124
124
125
+
125
126
== Collections and Scopes, and the Query Context
126
127
127
128
From Couchbase Server release 7.0 the xref:7.1@server:learn:data/scopes-and-collections.adoc[Collections] feature lets you logically group similar documents into Collections.
@@ -142,5 +143,5 @@ For example, from the context of `{backtick}travel-sample{backtick}.inventory`,
142
143
SELECT * FROM airline;
143
144
----
144
145
145
-
To do this, you can xref:7.1@server:tools:query-workbench.adoc#query-context[Set a Query Context] in the Query Workbench
146
-
or xref:howtos:n1ql-queries-with-sdk.adoc#querying-at-scope-level[query at scope level] using the SDK.
146
+
To do this, you can xref:server:tools:query-workbench.adoc#query-context[Set a Query Context] in the Query Workbench
147
+
or xref:howtos:sqlpp-queries-with-sdk.adoc#querying-at-scope-level[query at scope level] using the SDK.
0 commit comments