You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vasiliy Sisko (JIRA)" <ji...@apache.org> on 2018/10/15 11:07:00 UTC

[jira] [Commented] (IGNITE-9554) Web console demo: do not auto-populate caches created via SQL

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

Vasiliy Sisko commented on IGNITE-9554:
---------------------------------------

Created by query caches are removed from random data population.

> Web console demo: do not auto-populate caches created via SQL
> -------------------------------------------------------------
>
>                 Key: IGNITE-9554
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9554
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Pavel Konstantinov
>            Assignee: Vasiliy Sisko
>            Priority: Minor
>
> If I executing an example SQL quires
> CREATE TABLE Person(ID INTEGER PRIMARY KEY, NAME VARCHAR(100));
> INSERT INTO Person(ID, NAME) VALUES (1, 'Ed'), (2, 'Ann'), (3, 'Emma');
> SELECT * FROM Person;
> I got 'result set is empty' due to inserted data were replaced with auto-generated.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)