Category: Database, Data

Couchbase N1QL is a SQL like language for JSON data. To retrieve and manipulate JSON data effectively, we need appropriate indexes. The rules for creating these indexes can be read here.

Related Articles