[ 
https://issues.apache.org/jira/browse/HBASE-8927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13706212#comment-13706212
 ] 

stack commented on HBASE-8927:
------------------------------

+ Less cordinate collisions (where coordinates are row+cf+qualifier+type+ts).  
As slow as we are we can do a bunch of ops inside a ms. If nanotime, can 
establish some order regards events that arrive inside the same ms.
+ We have a 64bit ts already but we don't use all the bytes; that seems a 
little silly.
                
> Use nano time instead of mili time everywhere
> ---------------------------------------------
>
>                 Key: HBASE-8927
>                 URL: https://issues.apache.org/jira/browse/HBASE-8927
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>         Attachments: 8927.txt
>
>
> Less collisions and we are paying the price of a long anyways so might as 
> well fill it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to