> The pseudo code is on client side. > But the second loop may involve scanning hbase table, depending on the > number of deleted rows.
I was wondering why the scanning on the hbase table may be involved. Have you flushed the changes of the rows marked in the first loop to hbase table yet? -- Regards Angus
