You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2011/03/07 08:20:49 UTC

[Cassandra Wiki] Update of "NodeProbe" by JoaquinCasares

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The "NodeProbe" page has been changed by JoaquinCasares.
The comment on this change is: Added a comment about the deletion of compacted tables requiring the jvm's GC..
http://wiki.apache.org/cassandra/NodeProbe?action=diff&rev1=11&rev2=12

--------------------------------------------------

  bin/nodetool -host 10.176.0.146 cleanup
  }}}
  == Compact ==
- Initiates an immediate table compaction.
+ Initiates an immediate table compaction. 
+ 
+ Note: the compacted tables will not immediately be cleared from the hard disk and will remain on the system until the JVM performs a GC. For more information, read about [[http://wiki.apache.org/cassandra/MemtableSSTable|MemtableSSTables]].
  
  {{{
  bin/nodetool -host 10.176.0.146 compact