mirror of https://github.com/apache/cassandra
make FlushPeriodInMinutes comment more accurate. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@820064 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
92098fe695
commit
a5ef84ebd4
|
|
@ -59,9 +59,9 @@
|
|||
~ (To get the closest approximation to 0.3-style supercolumns, you
|
||||
~ would use CompareWith=UTF8Type CompareSubcolumnsWith=LongType.)
|
||||
|
||||
~ If FlushPeriodInMinutes is configured and positive, it will be
|
||||
~ flushed to disk with that period whether it is dirty or not. This
|
||||
~ is intended for lightly-used columnfamilies so that they do not
|
||||
~ If FlushPeriodInMinutes is positive, it will be
|
||||
~ flushed to disk with that period even if the memtable has not
|
||||
~ exceeded the size or count thresholds, so that it does not
|
||||
~ prevent commitlog segments from being purged.
|
||||
-->
|
||||
<ColumnFamily CompareWith="BytesType"
|
||||
|
|
|
|||
Loading…
Reference in New Issue