Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 81C76200CCB for ; Thu, 20 Jul 2017 21:26:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7E73516B2A5; Thu, 20 Jul 2017 19:26:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C6202162B2F for ; Thu, 20 Jul 2017 21:26:03 +0200 (CEST) Received: (qmail 82331 invoked by uid 500); 20 Jul 2017 19:26:03 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 82320 invoked by uid 99); 20 Jul 2017 19:26:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jul 2017 19:26:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 65E68C02AA for ; Thu, 20 Jul 2017 19:26:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -97.889 X-Spam-Level: X-Spam-Status: No, score=-97.889 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URI_HEX=1.313, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id Vs88qBy9AdGQ for ; Thu, 20 Jul 2017 19:26:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 919305F36E for ; Thu, 20 Jul 2017 19:26:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 01F6BE08F5 for ; Thu, 20 Jul 2017 19:26:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2110421ECF for ; Thu, 20 Jul 2017 19:26:00 +0000 (UTC) Date: Thu, 20 Jul 2017 19:26:00 +0000 (UTC) From: "Denis Magda (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-5346) Document SQL Changes: CREATE/DROP, global schema, persistence MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 20 Jul 2017 19:26:04 -0000 [ https://issues.apache.org/jira/browse/IGNITE-5346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16095228#comment-16095228 ] Denis Magda commented on IGNITE-5346: ------------------------------------- [~al.psc], thanks, I've reviewed and polished the doc. That's the final version we have: * Schema and tables specificities: https://apacheignite.readme.io/v2.1/docs/indexes#section-schema-and-tables * Updated DDL doc with examples for every type of statement: https://apacheignite.readme.io/v2.1/docs/distributed-ddl However, for the TEMPLATE option of the `WITH` clause we're saying the following {{Case sensitive name of the cache template registered in Ignite}}. But how can I register the template in Ignite? Please explain here. > Document SQL Changes: CREATE/DROP, global schema, persistence > -------------------------------------------------------------- > > Key: IGNITE-5346 > URL: https://issues.apache.org/jira/browse/IGNITE-5346 > Project: Ignite > Issue Type: Sub-task > Components: documentation > Reporter: Denis Magda > Assignee: Alexander Paschenko > Fix For: 2.1 > > > We need to document the new features to be added to DDL in 2.1: > * CREATE and DROP table. > * Global default schema. > * Configuration persistence during restarts. > In addition, the limitations have to be listed as well: > * no way to set a schema. > * ALTER TABLE is to be supported. > * something? > Summary of all the changes are here: > http://apache-ignite-developers.2346864.n4.nabble.com/Summary-of-SQL-changes-in-2-1-td18278.html > Here is a page copy for 2.1: > https://apacheignite.readme.io/v2.1/docs/distributed-ddl > Plus, since the schema becomes global it makes sense to revisit all the examples we have where a cache name is used as schema (JOINS). Apply the changes on 2.1 page if needed: > https://apacheignite.readme.io/v2.1/docs/sql-queries -- This message was sent by Atlassian JIRA (v6.4.14#64029)