[
https://issues.apache.org/jira/browse/IGNITE-12808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133036#comment-17133036
]
Ivan Daschinskiy edited comment on IGNITE-12808 at 6/11/20, 8:10 AM:
---------------------------------------------------------------------
[~amashenkov] Hm, why client should be able to run queries? I suppose that
correct behaviour that querying is disabled in this case. Second node knows
nothing about enable indexing. And yes, actually attempt to run query results
in error
Actually I'm rewriting tests right now and new updates will come soon. I simple
ask you about details in order to rewrite them correctly and understand
exactly what you mean.
was (Author: ivandasch):
[~amashenkov] Hm, why client should be able to run queries? I suppose that
correct behaviour that querying is disabled in this case. Second node knows
nothing about enable indexing. And yes, actually attempt to run query results
in error
> Allow create tables for existing caches
> ---------------------------------------
>
> Key: IGNITE-12808
> URL: https://issues.apache.org/jira/browse/IGNITE-12808
> Project: Ignite
> Issue Type: New Feature
> Components: sql
> Reporter: Mikhail Cherkasov
> Assignee: Ivan Daschinskiy
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> If you have a big cache with a lot of data and you need to index it, right
> now you have to destroy cache and create a new one to index your data. Or
> create a new cache with a table and reload it to data to the new cache which
> definitely is time-consuming and super inconvenient.
> I believe we can allow users to create tables for existing caches.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)