Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 91 to 100 from 119 (0.147s).
Loading phrases to help you
refine your search...
Re: HBase secondary index performance - HBase - [mail # user]
...2010/9/5 Murali Krishna. P : he idea of timestamp r. .  Real insert rate will depend on size of row, size of write buffer etc. In case of simple row with one long  per row i got 30...
   Author: Andrey Stepachev, 2010-09-05, 18:24
Re: HBase secondary index performance - HBase - [mail # user]
...2010/9/5 Samuru Jackson : 3 node "cluster",  16Gb core2duo. sas raid10.  It is not and indexer, It is abstraction around HTable, which does put plus additional puts (as described b...
   Author: Andrey Stepachev, 2010-09-05, 18:12
Re: HBase secondary index performance - HBase - [mail # user]
...2010/9/3 Murali Krishna. P :  changing every day. So, probably  In case of custom indexing you can use timestamps to check, that index record still valid. (or ever simply recheck e...
   Author: Andrey Stepachev, 2010-09-04, 22:23
Re: HBase secondary index performance - HBase - [mail # user]
...First, check that you connection not in autoflash mode. Second, you can think about custom indexing instead of using indexedtable. In my experience custom idexing (especially if data doesn't...
   Author: Andrey Stepachev, 2010-09-02, 18:44
Re: Scanning half a key or value in HBase - HBase - [mail # user]
...This is another case, because this is not a prefix scan. This is inclusive scan. In this case of course you should use some techniques, like indexing or full scan with filter. But this is no...
   Author: Andrey Stepachev, 2010-08-24, 20:36
Re: Scanning half a key or value in HBase - HBase - [mail # user]
...If my table is huge do i get full scan? I you want to get good performance on random read you really need start and stop keys. PrefixFIlters are usable in compound filters. If you want only ...
   Author: Andrey Stepachev, 2010-08-23, 19:10
Re: Scanning half a key or value in HBase - HBase - [mail # user]
...Really, solution will be (if I understand correctly), to set start key to "123".getBytes(). and stop key set to "124".getBytes(). (stop key can be produced by incrementing last byte in start...
   Author: Andrey Stepachev, 2010-08-23, 19:06
Re: Scanning half a key or value in HBase - HBase - [mail # user]
...2010/8/17 Ryan Rawson :  Why? It will work for any byte array, if we want to prefix scan. And no matter, what key encoding we use.  If we look at first email question, we see '%', ...
   Author: Andrey Stepachev, 2010-08-18, 05:31
Re: Scanning half a key or value in HBase - HBase - [mail # user]
...Use scan where start key is  itself as bytearray, and stop key is  with last byte in bytearray + 1.  example abc% should be scan(abc, abd)  2010/8/17 Michelan Arendse : n...
   Author: Andrey Stepachev, 2010-08-17, 12:59
Re: Questions about Columns and Families - HBase - [mail # user]
...2010/8/16 Samuru Jackson :  Wide family can have poor scalability, because table splits on key ranges. If you will have very wide family it will live on 1 region server and doesnt' slit...
   Author: Andrey Stepachev, 2010-08-17, 05:16
Sort:
project
HBase (119)
Pig (3)
Zookeeper (1)
type
mail # user (117)
mail # dev (2)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (2)
last 9 months (119)
author
Stack (3750)
Ted Yu (2466)
Jean-Daniel Cryans (2266)
Andrew Purtell (1454)
lars hofhansl (978)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (413)
Gary Helmling (290)
Andrey Stepachev