Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 91 to 100 from 160 (2.871s).
Loading phrases to help you
refine your search...
Re: Early comparisons between 0.90 and 0.92 - HBase - [mail # dev]
...260k random reads per second is a lot... is that on one node?  how many client threads?  and is the client going over the network, is it on the datanode, or are you using a special...
   Author: Matt Corgan, 2011-12-15, 20:17
Re: Early comparisons between 0.90 and 0.92 - HBase - [mail # dev]
...Regions are major compacted and have empty memstores, so no merging of stores when reading?   2011/12/14 Jean-Daniel Cryans   [EMAIL PROTECTED]> 写道:...
   Author: Matt Corgan, 2011-12-15, 01:51
Re: Size of KeyValue - HBase - [mail # dev]
...Even if the blocks aren't being saved into the block cache, aren't they still getting created in the young gen as they're read from disk?  They probably get left behind by the young gen...
   Author: Matt Corgan, 2011-12-02, 00:35
Re: Help with continuous loading configuration - HBase - [mail # user]
...You can set put.setWriteToWAL(false) to skip the write ahead logging which slows down puts significantly.  But, you will lose data if a regionserver crashes with data in its memstore. &...
   Author: Matt Corgan, 2011-11-17, 00:30
Re: High throughput input, low latency output? - HBase - [mail # user]
...We found that 2 cores is not enough to run hbase.  1 core can easily get tied up with a compaction while the other is doing garbage collection.  That doesn't leave any headroom for...
   Author: Matt Corgan, 2011-10-07, 20:15
Re: HBase HMaster/HServer 32bit/64bit issue - HBase - [mail # user]
...You'd probably have more of an issue with the amount of memory on 32 bit instance types.  ~1.7gb.   On Wed, Sep 21, 2011 at 12:45 PM, Ronen Itkin  wrote:  ...
   Author: Matt Corgan, 2011-09-21, 20:00
Re: prefix compression implementation - HBase - [mail # dev]
...jacek >> It is a huge chance. It would be great if we could prototype a few things. Especially I would like to avoid any optimizations before we know a got way to measure them.  m...
   Author: Matt Corgan, 2011-09-21, 01:04
ByteBuffer usage - HBase - [mail # dev]
...Ryan said this on an earlier email:  So if the HCell or whatever ends up returning ByteBuffers, then that plays straight in to scatter/gather NIO calls, and if some of them are DBB, the...
   Author: Matt Corgan, 2011-09-20, 19:03
Re: HBase as a large, auto-partitioned, sorted, *in-memory* database (was: Re: prefix compression implementation) - HBase - [mail # dev]
...inline below:  On Mon, Sep 19, 2011 at 10:08 PM, Stack  wrote:  is  i've given it some thought, but i think it can wait till after the block format stuff is in place. &nb...
   Author: Matt Corgan, 2011-09-20, 18:23
Re: prefix compression implementation - HBase - [mail # dev]
...bringing all questions into a single email:  stack >> I'd say call it Cell rather than HCell.  i did think the H was a very simple way to add uniqueness, like isn't "HFile" a...
   Author: Matt Corgan, 2011-09-20, 17:59
Sort:
project
HBase (160)
Avro (3)
type
mail # dev (77)
mail # user (72)
issue (11)
date
last 7 days (0)
last 30 days (1)
last 90 days (11)
last 6 months (24)
last 9 months (160)
author
Stack (3759)
Ted Yu (2476)
Jean-Daniel Cryans (2281)
Andrew Purtell (1455)
lars hofhansl (989)
Ryan Rawson (862)
Jean-Marc Spaggiari (681)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (419)
Gary Helmling (290)
Matt Corgan