Category: Indexing

Get Started with Couchbase Capella in a 3 Easy Steps
Get Started with Couchbase Capella in a 3 Easy Steps

Dive into Couchbase Capella in this basic walkthrough that shows you how to sign up in seconds and have your cluster spun up in less than three minutes.

Introducing Ottoman v2.0: An ODM for Node.js & Couchbase
Introducing Ottoman v2.0: An ODM for Node.js & Couchbase

Discover what's new in the Ottoman 2.0 release and how this Object Document Mapper (ODM) makes development a breeze when using Node.js and Couchbase.

How to Build Indexes for Full-Text Search in Couchbase 7.0
How to Build Indexes for Full-Text Search in Couchbase 7.0

This post provides an overview on how to build indexes in Couchbase and walk through creating a full-text index via the new Couchbase Quick Editor.

How to Add Full-Text Search Functionality to Your JavaScript App
How to Add Full-Text Search Functionality to Your JavaScript App

Find out how to add full-text search functionality to your JavaScript App. This will allow you to find the JSON documents containing the text you need.

How to Query JSON Data Using SQL++ for Node.js and Couchbase
How to Query JSON Data Using SQL++ for Node.js and Couchbase

Use this basic tutorial to learn how to build a REST API for your Node.js app that sends SQL++ (aka N1QL) queries to retrieve data from Couchbase.

The N1QL Query Language Now Has a Per-Request Memory Quota
The N1QL Query Language Now Has a Per-Request Memory Quota

Learn all about the new per-request memory quota – along with a few other memory control settings – now available in the N1QL Query Service of Couchbase 7.0.

5 Reasons for Developers to Attend Couchbase Connect
5 Reasons for Developers to Attend Couchbase Connect

Discover why you should attend this year's Couchbase Connect conference if you're a developer, DevOps or architect – see you there on 20-21 October 2021.

How to Use Full-Text Search across Couchbase Scopes & Collections
How to Use Full-Text Search across Couchbase Scopes & Collections

Read how to index your Couchbase data for better search performance using Scopes and Collections – new in 7.0 – and how your FTS queries improve at scale.

Couchbase Views and Better Alternatives [Part 1 of 2]
Couchbase Views and Better Alternatives [Part 1 of 2]

Introduction This blog is meant for users who are familiar with the basics of Couchbase Server and Views. Novice users should start here to gain basic understanding of Couchbase Server and then continue here to get acquainted with Views. Views...

Primary Uses for Couchbase Primary Index
Primary Uses for Couchbase Primary Index

What is the Couchbase Primary Index? The primary index scan provides you with the “full table scan” equivalent for all the documents from start to finish.

PHP SDK 2.2.0 Beta3: Examples with Sub-Document and Index Management
PHP SDK 2.2.0 Beta3: Examples with Sub-Document and Index Management

Check out the enhanced PHP SDK 2.2.0 Beta third version which brings a couple of new features along with internal fixes and improvements.