This is because a delete record may be in one CellStore file that deletes cells in another different CellStore file. Therefore, all CellStore files must be merged in order to process deletes.
- Doug On Wed, Apr 2, 2014 at 10:04 PM, David <[email protected]> wrote: > Sorry, i ignored MergeScanner::RETURN_DELETES flag for merge compaction as > follows: > mscanner = new MergeScannerAccessGroup(m_table_name, > scan_context,MergeScanner::IS_COMPACTION | MergeScanner::RETURN_DELETES); > > but i also think why don't remove the MergeScanner::RETURN_DELETES flag > from the statement? if so, merging compaction will purge the cells deleted. > > -- > You received this message because you are subscribed to the Google Groups > "Hypertable Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hypertable-dev. > For more options, visit https://groups.google.com/d/optout. > -- Doug Judd CEO, Hypertable Inc. -- You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hypertable-dev. For more options, visit https://groups.google.com/d/optout.
