| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
160 (0.145s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: keyvalue cache - HBase - [mail # dev]
|
|
...A client-side memcached setup can stay pretty consistent if you send all of your puts and deletes through it before sending them to hbase, but yeah, I guess you lose strict consistency under...
|
|
|
Author: Matt Corgan,
2012-04-04, 22:28
|
|
|
Re: keyvalue cache - HBase - [mail # dev]
|
|
...in the mean time, memcached could provide all those benefits without adding any complexity to hbase... On Wed, Apr 4, 2012 at 2:46 PM, Matt Corgan wrote: in be m ? 4K d. a...
|
|
|
Author: Matt Corgan,
2012-04-04, 21:53
|
|
|
Re: keyvalue cache - HBase - [mail # dev]
|
|
...It could act like a HashSet of KeyValues keyed on the rowKey+family+qualifier but not including the timestamp. As writes come in it would evict or overwrite previous versions (read-thr...
|
|
|
Author: Matt Corgan,
2012-04-04, 21:46
|
|
|
Re: keyvalue cache - HBase - [mail # dev]
|
|
...I guess the benefit of the KV cache is that you are not holding entire 64K blocks in memory when you only care about 200 bytes of them. Would an alternative be to set a small block siz...
|
|
|
Author: Matt Corgan,
2012-04-04, 18:40
|
|
|
Re: 0.92 and Read/writes not scaling - HBase - [mail # user]
|
|
...When you increased regions on your previous test, did it start maxing out CPU? What improvement did you see? Have you tried increasing the memstore flush size to something like 5...
|
|
|
Author: Matt Corgan,
2012-03-26, 13:58
|
|
|
Re: HBASE Code format - HBase - [mail # dev]
|
|
...I used to work in a little brick building on the canal in Washington, DC where they invented the punchcard early last century. If they had just foreseen self-documenting code with thin...
|
|
|
Author: Matt Corgan,
2012-03-22, 19:19
|
|
|
Re: 0.92 and Read/writes not scaling - HBase - [mail # user]
|
|
...I'd be curious to see what happens if you split the table into 1 region per CPU core, so 24 cores * 11 servers = 264 regions. Each region has 1 memstore which is a ConcurrentSkipListMa...
|
|
|
Author: Matt Corgan,
2012-03-19, 16:55
|
|
|
Re: Follow-up to my HBASE-4365 testing - HBase - [mail # dev]
|
|
...https://issues.apache.org/jira/browse/HBASE-5479 JD - apologies if that was unrelated to your email On Sat, Feb 25, 2012 at 4:03 PM, Matt Corgan wrote: ...
|
|
|
Author: Matt Corgan,
2012-02-26, 00:51
|
|
|
Re: Follow-up to my HBASE-4365 testing - HBase - [mail # dev]
|
|
...Yeah. You would also want a mechanism to prevent queuing the same CF multiple times, and probably want the completion of one compaction to trigger a check to see if it should queue ano...
|
|
|
Author: Matt Corgan,
2012-02-26, 00:03
|
|
|
Re: Follow-up to my HBASE-4365 testing - HBase - [mail # dev]
|
|
...I've been meaning to look into something regarding compactions for a while now that may be relevant here. It could be that this is already how it works, but just to be sure I'll spell ...
|
|
|
Author: Matt Corgan,
2012-02-25, 23:18
|
|
|
|