Tag: Array Indexing

Querying Date Ranges within Embedded JSON Document Arrays.  A Simple Example Using N1QL, Nodejs and Docker
Querying Date Ranges within Embedded JSON Document Arrays. A Simple Example Using N1QL, Nodejs and Docker

Querying and indexing document arrays is one of the most powerful features of Couchbase.  Finding array entries within a specific date range is a common requirement.  Consider the following use case. User Story: “I want to index an embedded account...

Making most of your Arrays.. with Covering Array Indexes  and more..
Making most of your Arrays.. with Covering Array Indexes and more..

Learn how to create Covering Array Indexes, the array itself MUST also be added to the list of other index keys provided to the CREATE INDEX statement.

Making the most of your Arrays… with N1QL Array Indexing
Making the most of your Arrays… with N1QL Array Indexing

 Couchbase 4.5 is released!! Part2 is a continuation of this blog and it includes covering array indexes, support for more operators such as UNNEST, ALL, ANY AND EVERY etc., Do you have documents with embedded arrays and need an efficient means...