[ 
https://issues.apache.org/jira/browse/CASSANDRA-11558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-11558:
-----------------------------------------
    Component/s: CQL

> o.a.c.cql3 should not use ColumnFamilyStore / SecondaryIndexManager
> -------------------------------------------------------------------
>
>                 Key: CASSANDRA-11558
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11558
>             Project: Cassandra
>          Issue Type: Wish
>          Components: CQL
>            Reporter: Yuki Morishita
>            Priority: Minor
>
> CQL3 statements can be used in offline tools (CQLSSTableWriter for example), 
> but accessing ColumnFamilyStore (primarily used for accessing 
> SecondaryIndexManager) inside cql3 statements causes problem like creating 
> commit log directory and spawning unnecessary thread pools.
> It seems {{StatementRestrictions}} is the main class that uses it, and mostly 
> what we we need is {{Collection<Index>}}, so if we can somehow provide that 
> from outside, it would be great.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to