| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
160 (0.839s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-7319] Extend Cell usage through read path - HBase - [issue]
|
|
...Umbrella issue for eliminating Cell copying.The Cell interface allows us to work with a reference to underlying bytes in the block cache without copying each Cell into consecutive bytes in a...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7319
Author: Matt Corgan,
2013-02-24, 22:08
|
|
|
Re: Review request for HBASE-7692: Ordered byte[] serialization - HBase - [mail # dev]
|
|
...All sounds fine to me Nick. I had not looked into the internals enough to realize Builders were optional. Sorry if I'm looking too far down the road, but the future implications ...
|
|
|
Author: Matt Corgan,
2013-02-23, 02:04
|
|
|
Re: Review request for HBASE-7692: Ordered byte[] serialization - HBase - [mail # dev]
|
|
...I agree with Jonathan that ideally this would not depend on hbase or hadoop. Could we just replace Hadoop's BytesWritable with a new class that does the same thing? I also have a...
|
|
|
Author: Matt Corgan,
2013-02-23, 00:48
|
|
|
Re: Review request for HBASE-7692: Ordered byte[] serialization - HBase - [mail # dev]
|
|
...Oh, interesting. Could we inline the code from Bytes.java and somehow get rid of the ImmutableBytesWritable. Like calling packages can add ImmutableBytesWritable functionality on...
|
|
|
Author: Matt Corgan,
2013-02-22, 18:14
|
|
|
Re: Review request for HBASE-7692: Ordered byte[] serialization - HBase - [mail # dev]
|
|
...To nitpick a little it wouldn't quite be a sibling of hbase-client because hbase-client depends on hbase-common and hbase-protocol while this new one will not depend on anything. Would...
|
|
|
Author: Matt Corgan,
2013-02-22, 18:00
|
|
|
[HBASE-4676] Prefix Compression - Trie data block encoding - HBase - [issue]
|
|
...The HBase data block format has room for 2 significant improvements for applications that have high block cache hit ratios. First, there is no prefix compression, and the current KeyVa...
|
|
|
http://issues.apache.org/jira/browse/HBASE-4676
Author: Matt Corgan,
2013-02-07, 18:14
|
|
|
Re: org.apache.hadoop.hbase vs org.apache.hbase namespace - HBase - [mail # dev]
|
|
...I just started putting it there a year ago because i thought we were trying to move out of the hadoop package after becoming a top level project. Seems like there hasn't been much of a...
|
|
|
Author: Matt Corgan,
2013-02-07, 17:33
|
|
|
client Result object and other client interfaces - HBase - [mail # dev]
|
|
...Mainly for Stack as he's working on RPC stuff. I'm just curious what you have in mind for the user-facing client interfaces. Do you plan to keep the Result object the same for no...
|
|
|
Author: Matt Corgan,
2013-02-07, 07:39
|
|
|
[HBASE-5479] Postpone CompactionSelection to compaction execution time - HBase - [issue]
|
|
...It can be commonplace for regionservers to develop long compaction queues, meaning a CompactionRequest may execute hours after it was created. The CompactionRequest holds a CompactionS...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5479
Author: Matt Corgan,
2013-01-25, 18:17
|
|
|
[HBASE-6907] KeyValue equals and compareTo methods should match - HBase - [issue]
|
|
...KeyValue.KVComparator includes the memstoreTS when comparing, however the KeyValue.equals() method ignores the memstoreTS.The Comparator interface has always specified that comparator return...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6907
Author: Matt Corgan,
2013-01-22, 00:58
|
|
|
|