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

Yuki Morishita commented on CASSANDRA-9424:
-------------------------------------------

Just throwing in my thought(hope).
Is it possible to make official way(API) to load schema offline? That is, the 
ability to read schema from stored SSTables without waking up unnecessary 
server components.

Right now, {{Schema#loadFromDisk(false)}} is used across offline tools, but due 
to the way it touches things, it creates Memtable, CommitLog, some Executors, 
etc, etc.
Most of the tools just need to get {{CFMetaData}} to open SSTables.

> 3.X Schema Improvements
> -----------------------
>
>                 Key: CASSANDRA-9424
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9424
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Aleksey Yeschenko
>             Fix For: 3.x
>
>
> C* schema code is both more brittle and less efficient than I'd like it to 
> be. This ticket will aggregate the improvement tickets to go into 3.X and 4.X 
> to improve the situation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to