What’s SQL++ for Analytics?

      +

      This document is intended as a reference guide to the full syntax and semantics of the SQL++ for Analytics Query Language, a SQL-inspired language for working with semistructured data. SQL++ for Analytics is a Couchbase implementation, focused on parallel data analysis, of an emerging SQL-for-JSON query language specification called SQL++. SQL++ for Analytics has much in common with SQL, but there are differences due to the data model that this language is designed to serve. (SQL was designed in the 1970s to interact with the flat, schematic world of relational databases, while SQL++ for Analytics is designed for the nested, schemaless or schema-optional world of modern NoSQL systems.) In particular, SQL++ for Analytics is intended for working with the JSON data model.

      In what follows, we detail the features of the SQL++ for Analytics language in a grammar-guided manner: we list and briefly explain each of the productions in the SQL++ for Analytics grammar, offering examples (and results) for clarity.

      For further information on SQL++, see SQL++ For SQL Users: A Tutorial by Don Chamberlin, which is available from Couchbase here.