You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by ti...@apache.org on 2018/11/17 01:23:11 UTC

asterixdb git commit: [NO ISSUE][DOC] Update SQL++ design points

Repository: asterixdb
Updated Branches:
  refs/heads/master 0c1d3c567 -> ac1b93529


[NO ISSUE][DOC] Update SQL++ design points

- user model changes: no
- storage format changes: no
- interface changes: no

Change-Id: I8ddf7131519b854b1fdde9f56e9b3108d1e294d9
Reviewed-on: https://asterix-gerrit.ics.uci.edu/3033
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Dmitry Lychagin <dm...@couchbase.com>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Contrib: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/ac1b9352
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/ac1b9352
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/ac1b9352

Branch: refs/heads/master
Commit: ac1b93529d6c6f72009cf87ca79b03ef0b26fe00
Parents: 0c1d3c5
Author: Till Westmann <ti...@apache.org>
Authored: Fri Nov 16 14:42:37 2018 -0800
Committer: Till Westmann <ti...@apache.org>
Committed: Fri Nov 16 17:22:49 2018 -0800

----------------------------------------------------------------------
 asterixdb/asterix-doc/src/main/markdown/sqlpp/1_intro.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ac1b9352/asterixdb/asterix-doc/src/main/markdown/sqlpp/1_intro.md
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-doc/src/main/markdown/sqlpp/1_intro.md b/asterixdb/asterix-doc/src/main/markdown/sqlpp/1_intro.md
index e5441ba..8590c2e 100644
--- a/asterixdb/asterix-doc/src/main/markdown/sqlpp/1_intro.md
+++ b/asterixdb/asterix-doc/src/main/markdown/sqlpp/1_intro.md
@@ -26,9 +26,9 @@ is largely backwards compatible with SQL.
 SQL++ originated from research in the FORWARD project at UC San Diego, and it has
 much in common with SQL; some differences exist due to the different data models that
 the two languages were designed to serve.
-SQL was designed in the 1970's for interacting with the flat, schema-ified world of
-relational databases, while SQL++ is much newer and targets the nested, schema-optional
-(or even schema-less) world of modern NoSQL systems.
+SQL was designed for interacting with the flat, schema-ified world of relational
+databases, while SQL++ generalizes SQL to also handle nested data formats (like JSON) and
+the schema-optional (or even schema-less) data models of modern NoSQL and BigData systems.
 
 In the context of Apache AsterixDB, the query language is intended for working with the Asterix Data Model
 ([ADM](../datamodel.html)), a data model based on a superset of JSON with an enriched and flexible type system.