| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
100 (0.406s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: SequenceFileLogReader uses a reflection hack resulting in runtime failures - HBase - [mail # dev]
|
|
...I think it's good to remove the reflection when we can, more because it's easier to catch compile-time errors than run-time. The perf is negligible when you cache. As I recall, t...
|
|
|
Author: Nicolas Spiegelberg,
2011-12-02, 16:39
|
|
|
Re: Region Splits - HBase - [mail # user]
|
|
...The downside of hashing is not that it's unpredictable, but that it's non-reversible (which is why you need to append the original key). Reversing should be fine, just make sure that you per...
|
|
|
Author: Nicolas Spiegelberg,
2011-11-23, 17:18
|
|
|
Re: Region Splits - HBase - [mail # user]
|
|
...If you increase the region size to 2GB, then all regions (current and new) will avoid a split until their aggregate StoreFile size reaches that limit. Reorganizing the regions for a un...
|
|
|
Author: Nicolas Spiegelberg,
2011-11-22, 20:46
|
|
|
Re: Region Splits - HBase - [mail # user]
|
|
...No. The purpose of major compactions is to merge & dedupe within a region boundary. Compactions will not alter region boundaries, except in the case of splits where a compaction ...
|
|
|
Author: Nicolas Spiegelberg,
2011-11-22, 17:29
|
|
|
Re: on HBase 1.0 - HBase - [mail # dev]
|
|
...-User : this is really a core dev technical treatise :) Some things to think about before we collaborate next Tuesday. I think some questions need to be really clearly understood...
|
|
|
Author: Nicolas Spiegelberg,
2011-11-21, 16:31
|
|
|
Re: Region Splits - HBase - [mail # user]
|
|
...Mark: you are correct about the old_key suffix. I'm assuming that you're worried about this because of keyspace size, correct? The default algorithm for pre-splitting assumes a 3...
|
|
|
Author: Nicolas Spiegelberg,
2011-11-21, 16:18
|
|
|
Re: Region Splits - HBase - [mail # user]
|
|
...Sequential writes are also an argument for pre-splitting and using hash prefixing. In other words, presplit your table into N regions instead of the default of 1 & transform your keys ...
|
|
|
Author: Nicolas Spiegelberg,
2011-11-21, 05:39
|
|
|
Re: region size/count per regionserver - HBase - [mail # user]
|
|
...Region Scalability is definitely an investigation item that has not been covered yet. We solved the problem with horizontal sharding into multiple clusters instead of tackling that sub...
|
|
|
Author: Nicolas Spiegelberg,
2011-11-03, 02:55
|
|
|
Re: patch maturity and HBase release Was: HBASE-4120 table level priority - HBase - [mail # dev]
|
|
...I agree with Todd's sentiments on unnecessarily coupling feature priority with the availability of a patch. There's patches that we've developed internally, then threw away because we ...
|
|
|
Author: Nicolas Spiegelberg,
2011-11-03, 00:12
|
|
|
Re: Commit Log format - HBase - [mail # dev]
|
|
...To kick a dead horse, coupling the code diff with the CHANGES.txt alteration is also a massive PITA because its much harder to run 'git cherry-pick' across branches with it. It's far e...
|
|
|
Author: Nicolas Spiegelberg,
2011-11-01, 23:13
|
|
|
|