You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by Schubert Zhang <zs...@gmail.com> on 2010/05/03 19:10:58 UTC

Skip large size (Configurable) SSTable in minor or/and major compaction

We make a patch to 0.6 branch and 0.6.1 for this feature.

https://issues.apache.org/jira/browse/CASSANDRA-1041

Re: Skip large size (Configurable) SSTable in minor or/and major compaction

Posted by Schubert Zhang <zs...@gmail.com>.
Replace the CASSANDRA-1041-0.6.1.patch.

We found it is difficult distinguish major and minor compaction in current
codebase.
So, only one optional attribute for ColumnFamily is provided here:
CompactSkipInGB.

Maybe the use whose application need not delete operations can use this
patch.

On Tue, May 4, 2010 at 1:10 AM, Schubert Zhang <zs...@gmail.com> wrote:

> We make a patch to 0.6 branch and 0.6.1 for this feature.
>
> https://issues.apache.org/jira/browse/CASSANDRA-1041
>

Re: Skip large size (Configurable) SSTable in minor or/and major compaction

Posted by Schubert Zhang <zs...@gmail.com>.
Replace the CASSANDRA-1041-0.6.1.patch.

We found it is difficult distinguish major and minor compaction in current
codebase.
So, only one optional attribute for ColumnFamily is provided here:
CompactSkipInGB.

Maybe the use whose application need not delete operations can use this
patch.

On Tue, May 4, 2010 at 1:10 AM, Schubert Zhang <zs...@gmail.com> wrote:

> We make a patch to 0.6 branch and 0.6.1 for this feature.
>
> https://issues.apache.org/jira/browse/CASSANDRA-1041
>