You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Jeremy Davis <je...@gmail.com> on 2010/04/08 02:16:21 UTC

does compaction of Super Column Family have same limit as compaction of Column Family

Quick question:
There is an open issue with ColumnFamilies growing too large to fit in
memory when compacting..
Does this same limit also apply to SCF? As long as each sub CF is
sufficiently small, etc.

-JD

Re: does compaction of Super Column Family have same limit as compaction of Column Family

Posted by Benjamin Black <b...@b3k.us>.
SCF rows are loaded in their entirety into memory, so the limit
applies in the same way.

On Wed, Apr 7, 2010 at 5:16 PM, Jeremy Davis
<je...@gmail.com> wrote:
> Quick question:
> There is an open issue with ColumnFamilies growing too large to fit in
> memory when compacting..
> Does this same limit also apply to SCF? As long as each sub CF is
> sufficiently small, etc.
>
> -JD
>