Re: How to get current value of commitlog_segment_size_in_mb?

2016-07-07 Thread Stone Fang
commitlog_segment_size_in_mb is configed in cassandra.yaml.dont  think that
it wolud be stored in Cassandra system table.
the following is the introduction of Cassandra System table.
https://docs.datastax.com/en/cql/3.1/cql/cql_using/use_query_system_c.html


On Fri, Jul 8, 2016 at 4:23 AM, Jaydeep Chovatia  wrote:

> Hi,
>
> In my project I need to read current value for
> "commitlog_segment_size_in_mb", I am looking for CQL query to do this. Any
> idea if this information gets stored in any of the Cassandra system table?
>
> Thanks,
> Jaydeep
>


How to get current value of commitlog_segment_size_in_mb?

2016-07-07 Thread Jaydeep Chovatia
Hi,

In my project I need to read current value for
"commitlog_segment_size_in_mb", I am looking for CQL query to do this. Any
idea if this information gets stored in any of the Cassandra system table?

Thanks,
Jaydeep