You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Avinash Lakshman (JIRA)" <ji...@apache.org> on 2009/03/25 05:11:50 UTC

[jira] Commented: (CASSANDRA-1) Remove support

    [ https://issues.apache.org/jira/browse/CASSANDRA-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688992#action_12688992 ] 

Avinash Lakshman commented on CASSANDRA-1:
------------------------------------------

No. You cannot free up memory. It will be get garbage collected once they are no longer actively referenced which will be the case. Setting it to NULL (which is what the clear() does) is not going to force any GC anyways. Hence it is moot.

> Remove support
> --------------
>
>                 Key: CASSANDRA-1
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1
>             Project: Cassandra
>          Issue Type: New Feature
>            Reporter: Jonathan Ellis
>         Attachments: remove.zip
>
>
> These patches implement removing columns, supercolumns, or columnfamilies for a given key.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.