You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/04/03 02:30:27 UTC

[jira] Created: (HBASE-2406) Define semantics of cell timestamps

Define semantics of cell timestamps
-----------------------------------

                 Key: HBASE-2406
                 URL: https://issues.apache.org/jira/browse/HBASE-2406
             Project: Hadoop HBase
          Issue Type: Task
          Components: documentation
            Reporter: Todd Lipcon


There is a lot of general confusion over the semantics of the cell timestamp. In particular, a couple questions that often come up:
- If multiple writes to a cell have the same timestamp, are all versions maintained or just the last?
- Is it OK to write cells in a non-increasing timestamp order?

Let's discuss, figure out what semantics make sense, and then move towards (a) documentation, (b) unit tests that prove we have those semantics.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.