row deletions do not add to memtable op count
---------------------------------------------

                 Key: CASSANDRA-2519
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2519
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.7.4
            Reporter: Aaron Morton
            Assignee: Aaron Morton


from discussion 
http://www.mail-archive.com/[email protected]/msg12531.html

Memtable.resolve() uses the count of columns in the CF to bump the op count 
however RowMutation.delete() does not add any columns to the CF when an entire 
row is deleted. If a super column or column is deleted it adds 1 towards the op 
count. Deleting many named columns will add many to the op count. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to