[ 
https://issues.apache.org/jira/browse/HBASE-8201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Dimiduk updated HBASE-8201:
--------------------------------

    Attachment: 0001-HBASE-8201-OrderedBytes-provides-order-preserving-se.patch

This patch addresses:
- encoding and decoding sequences of values ("compound rowkey")
- bounds/error checking with String encoding
- support for "mid" blob encoding and decoding, allowing byte[] to be used in 
the middle of compound keys.

Remaining TODOs include:
- descending sort order
- utilities for counting, skipping encoded values on a ByteBuffer
- consider using BigInteger/BigDecimal to allow for arbitrary size and 
precision numerics.

(CC [~mcorgan], [~giacomotaylor])
                
> Implement serialization strategies
> ----------------------------------
>
>                 Key: HBASE-8201
>                 URL: https://issues.apache.org/jira/browse/HBASE-8201
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Client
>            Reporter: Nick Dimiduk
>             Fix For: 0.95.2
>
>         Attachments: 
> 0001-HBASE-8201-OrderedBytes-provides-order-preserving-se.patch, 
> 0001-HBASE-8201-OrderedBytes-provides-order-preserving-se.patch
>
>
> Once the spec is agreed upon, it must be implemented.

--
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