Hi,

I had a question on the order in which cells are stored. Consider the  
following example:
row+col qualifier+col = FOO
We have two insertions at time t=0 and t=2 and a delete at time t=1.  
As I understand it, the cells will be seen by a MergeScanner in the  
following order:

row+col op flag timestamp
FOO     0xff            2
FOO     0xff            0
FOO     0x02    1       

Is this correct? It seems to me that the MergeScanner should see the  
delete before it sees the insert at time 0 to keep the MergeScanner  
code simple.

Thanks,
Sanjit

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Hypertable Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/hypertable-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to