You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/25 14:50:01 UTC

[jira] [Commented] (IGNITE-6242) Passing custom cache and type names to CREATE TABLE

    [ https://issues.apache.org/jira/browse/IGNITE-6242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16179126#comment-16179126 ] 

ASF GitHub Bot commented on IGNITE-6242:
----------------------------------------

GitHub user alexpaschenko opened a pull request:

    https://github.com/apache/ignite/pull/2740

    IGNITE-6242

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-6242

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2740.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2740
    
----
commit 6ec566a84748f0171ad924d8e52d793bafc34b01
Author: Alexander Paschenko <al...@gmail.com>
Date:   2017-09-21T19:00:16Z

    IGNITE-6242 Cache, key and value names for CREATE TABLE

commit 3194d8771c1765a2a682265bc5d1a96b122519ca
Author: Alexander Paschenko <al...@gmail.com>
Date:   2017-09-25T14:48:18Z

    IGNITE-6242 Cache, key and value names for CREATE TABLE tests

----


> Passing custom cache and type names to CREATE TABLE
> ---------------------------------------------------
>
>                 Key: IGNITE-6242
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6242
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 2.1
>            Reporter: Denis Magda
>            Assignee: Alexander Paschenko
>            Priority: Critical
>              Labels: usability
>             Fix For: 2.3
>
>
> Once CREATE TABLE is executed Ignite:
> * will create an IgniteCache naming it SQL_PUBLIC_\{TABLE\}. So, if a Person table is created you’ll have SQL_PUBLIC_PERSON cache in the cluster.
> * will use autogenerated names for the key and value types. For instance, this is how the type name might look like SQL_PUBLIC_CITY_3f4e9fbf_3464_4598_8394_1307b86dc4e7_KEY.
> The goal of the ticket is to give a way to pass a custom cache name, key's type name, value's type name into WITH clause.
> Refer to this discussion for more details:
> http://apache-ignite-developers.2346864.n4.nabble.com/Key-value-access-to-caches-created-with-DDL-td21622.html
> http://apache-ignite-developers.2346864.n4.nabble.com/Override-cache-name-created-with-CREATE-TABLE-td21456.html



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)