Skip to content

DOC-12699: Update views deprecation notice #311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: release/7.6
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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].