From 7a10a41c6f869fdd2ee81e5bd43386dd90cd9e93 Mon Sep 17 00:00:00 2001 From: Hyun-Ju Vega <75808211+hyunjuV@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:23:44 -0800 Subject: [PATCH 1/2] DOC-12699: Update views deprecation notice Update views deprecation notice to include additional info -- "Instead of views, use indexes and queries using the Index Service (GSI) and the Query Service (SQL++)". --- modules/learn/pages/services-and-indexes/indexes/indexes.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/learn/pages/services-and-indexes/indexes/indexes.adoc b/modules/learn/pages/services-and-indexes/indexes/indexes.adoc index 919e17fa4..305a230e4 100644 --- a/modules/learn/pages/services-and-indexes/indexes/indexes.adoc +++ b/modules/learn/pages/services-and-indexes/indexes/indexes.adoc @@ -45,4 +45,6 @@ If changes in operational data result in corresponding modifications to shadow d See the section on xref:analytics:7_using_index.adoc[Using Indexes] in Couchbase Analytics. View:: Supports xref:learn:views/views-intro.adoc[Couchbase Views], with fields and information extracted from documents. -Views are deprecated in Couchbase Server 7.0, and will be removed in a future release. +Views are deprecated in Couchbase Server 7.0, and will be removed in a future release. +Instead of views, use indexes and queries using the xref:services-and-indexes/services/index-service.adoc[Index Service] (GSI) and the xref:services-and-indexes/services/query-service.adoc[Query Service] (SQL++). +Views will not run on the newer xref:learn:buckets-memory-and-storage/storage-engines.adoc[Magma storage engine]. From 16cf5baec4c13621c3e326f9fea00f61bfd680a2 Mon Sep 17 00:00:00 2001 From: Richard Smedley Date: Fri, 17 Jan 2025 09:13:25 +0000 Subject: [PATCH 2/2] ++ is Antora syntax - replaced SQL++ with {sqlpp} --- modules/learn/pages/services-and-indexes/indexes/indexes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/learn/pages/services-and-indexes/indexes/indexes.adoc b/modules/learn/pages/services-and-indexes/indexes/indexes.adoc index 305a230e4..db3f292a4 100644 --- a/modules/learn/pages/services-and-indexes/indexes/indexes.adoc +++ b/modules/learn/pages/services-and-indexes/indexes/indexes.adoc @@ -46,5 +46,5 @@ See the section on xref:analytics:7_using_index.adoc[Using Indexes] in Couchbase View:: Supports xref:learn:views/views-intro.adoc[Couchbase Views], with fields and information extracted from documents. Views are deprecated in Couchbase Server 7.0, and will be removed in a future release. -Instead of views, use indexes and queries using the xref:services-and-indexes/services/index-service.adoc[Index Service] (GSI) and the xref:services-and-indexes/services/query-service.adoc[Query Service] (SQL++). +Instead of views, use indexes and queries using the xref:services-and-indexes/services/index-service.adoc[Index Service] (GSI) and the xref:services-and-indexes/services/query-service.adoc[Query Service] ({sqlpp}). Views will not run on the newer xref:learn:buckets-memory-and-storage/storage-engines.adoc[Magma storage engine].