In 0.6 your only option with those constraints is to iterate over the entire CF and deleting row by row. This requires you are either using OPP or have an index that covers all keys in the CF. 0.7 adds the ability to truncate a CF (deleting all its rows) through the API.
On Fri, Jun 18, 2010 at 10:24 AM, Claire Chang <cla...@merchantcircle.com> wrote: > programmatically w/o bringing the servers down. > > thanks, > claire >