You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by "Bonnet Jonathan." <jo...@externe.bnpparibas.com> on 2013/12/20 11:07:09 UTC

Data File Mechanism

Hello,

  If possible, i need to know if it's possible to chose how a file *.db can
grow, it's limit and the general mechanism about the data files. 

   There is only one file *.db by column familly for one node (except
index-filter-statistics-summary) ?, or when the CF grow cassandra add it one
more ?

Regards,

Bonnet Jonathan.   


RE: Data File Mechanism

Posted by Andreas Finke <An...@solvians.com>.
Hi Bonnet,

regarding

http://www.datastax.com/documentation/cql/3.1/webhelp/index.html#cql/cql_reference/cql_storage_options_c.html#concept_ds_xnr_4mw_xj__moreCompaction

there is the setting

sstable_size_in_mb // The target size for SSTables that use the leveled compaction strategy. 

for LeveledCompactionStrategy

Regards
Andi
________________________________________
From: Bonnet Jonathan. [jonathan.bonnet@externe.bnpparibas.com]
Sent: Friday, December 20, 2013 11:07 AM
To: user@cassandra.apache.org
Subject: Data File Mechanism

Hello,

  If possible, i need to know if it's possible to chose how a file *.db can
grow, it's limit and the general mechanism about the data files.

   There is only one file *.db by column familly for one node (except
index-filter-statistics-summary) ?, or when the CF grow cassandra add it one
more ?

Regards,

Bonnet Jonathan.