Category: SQL++ / N1QL Query

New Features in Index Service in Couchbase Server 5.5
New Features in Index Service in Couchbase Server 5.5

New features in Index Service in Couchbase Server 5.5. Check out Partitioned Indexes, ALTER INDEX, Aggregate pushdowns, a revamped console & new statistics

Configuring Analytics in Couchbase Server 5.5
Configuring Analytics in Couchbase Server 5.5

Couchbase Analytics Developer Preview 4 brought the ability to manage Analytics nodes from the Couchbase Server administration console. With the release of Couchbase Server 5.5, we’ve unified the installation experience as well. To illustrate the seamless installation, I’ll take you...

Using Couchbase Analytics for Complex and Efficient Queries in a Java Application
Using Couchbase Analytics for Complex and Efficient Queries in a Java Application

Learn how to use the Couchbase Analytics Service (CBAS) to query for data with SQL++ in Java without having to worry about indexing.

New Querying Features in Couchbase Server 5.5
New Querying Features in Couchbase Server 5.5

New querying features figure prominently in the latest release of Couchbase Server. ANSI JOINs, HASH joins, aggregate pushdowns are covered in this post.

Announcing Couchbase Server 5.5 – Developer Build
Announcing Couchbase Server 5.5 – Developer Build

Announcing Couchbase Server 5.5 Developer Build It is my pleasure to share this early preview of Couchbase Server 5.5 features – there are some very exciting improvements coming and this Developer Build (DB) highlights several of them. There are many...

ANSI JOIN Support in N1QL
ANSI JOIN Support in N1QL

Find out why ANSI JOIN is more flexible than lookup join, and index join, allowing join to be done on arbitrary expressions on any fields in a document.

Working with JSON Arrays in N1QL
Working with JSON Arrays in N1QL

In this Couchbase blog post, we cover array constants, facilities for searching in arrays, ways to transform arrays, and some useful N1QL array functions.

Machine Learning with Couchbase and Nexosis
Machine Learning with Couchbase and Nexosis

Machine Learning APIs from Nexosis can be used from Couchbase using the CURL function in N1QL. In this post, machine learning classifies Amazon reviews.

Introducing JOIN Queries in Couchbase Mobile
Introducing JOIN Queries in Couchbase Mobile

This post discusses how you can JOIN JSON documents in Couchbase Mobile. This capability allows you to combine the contents of multiple JSON documents.

Announcing Couchbase Mobile 2.0 Beta
Announcing Couchbase Mobile 2.0 Beta

Couchbase Mobile 2.0 beta is available now! Check out the features of Couchbase Mobile 2.0 beta and Travel Sample application created with Mobile 2.0.

Using Google Artificial Intelligence Services in Couchbase N1QL
Using Google Artificial Intelligence Services in Couchbase N1QL

This blog shows the way to use Google Cloud AI API directly on the data you have in Couchbase, directly with a simple N1QL statement. 

Couchbase for Oracle developers — Part 3 : Database Objects
Couchbase for Oracle developers — Part 3 : Database Objects

Oracle DBAs work with clusters, machines, storage systems, disks, etc. Oracle developers and their applications work with databases, tables, rows, columns, partitions, users, data types within the Oracle database system.  Let’s compare and contrast how this is done on Couchbase.