Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 70 (0.117s).
Loading phrases to help you
refine your search...
Re: Essential column family performance - HBase - [mail # user]
...Good idea, Sergey. We'll rerun with larger non essential column family  values and see if there's a crossover point. One other difference for us  is that we're using FAST_DIFF enco...
   Author: James Taylor, 2013-04-09, 01:53
Re: Best way to query multiple sets of rows - HBase - [mail # user]
...Hi Greame, Are you familiar with Phoenix (https://github.com/forcedotcom/phoenix),  a SQL skin over HBase? We've just introduced a new feature (still in the  master branch) that'll...
   Author: James Taylor, 2013-04-08, 18:39
Re: Essential column family performance - HBase - [mail # user]
...In the TestJoinedScanners.java, is the 40% randomly distributed or  sequential?  In our test, the % is randomly distributed. Also, our custom filter does  the same thing that ...
   Author: James Taylor, 2013-04-08, 17:38
Re: Essential column family performance - HBase - [mail # user]
...Yes, on 0.94.6. We have our own custom filter derived from FilterBase,  so filterIfMissing isn't the issue - the results of the scan are correct.  I can see that if the essential c...
   Author: James Taylor, 2013-04-07, 18:37
Essential column family performance - HBase - [mail # user]
...Hello, We're doing some performance testing of the essential column family  feature, and we're seeing some performance degradation when comparing  with and without the feature enab...
   Author: James Taylor, 2013-04-07, 06:05
Re: Does compatibility between versions also mean binary compatibility? - HBase - [mail # dev]
...That seems reasonable to make an exception for coprocessors on binary  compatibility. Can this be explicitly documented if it's not already so  folks are sure to know that?   ...
   Author: James Taylor, 2013-04-06, 20:11
Re: HBase Types: Explicit Null Support - HBase - [mail # dev]
...With Phoenix, variable width types may be null in all cases (in the row  key or as key values) and fixed width types may be null as key values or  as the last row key column. We on...
   Author: James Taylor, 2013-04-05, 02:18
Re: Does compatibility between versions also mean binary compatibility? - HBase - [mail # dev]
...The binary compat is a slippery slope. It'd be a bummer if we couldn't  take advantage of all the innovation you guys are doing. At the same  time, it's tough to require the Phoeni...
   Author: James Taylor, 2013-04-04, 23:29
Re: 0.94.6.1 please have a look - HBase - [mail # dev]
...+1 from the Phoenix team. We installed and tested on our internal  cluster and everything looks good.       James  On 04/04/2013 01:33 PM, lars hofhansl wrote:...
   Author: James Taylor, 2013-04-04, 21:40
[HBASE-6919] Remove unnecessary cast from Bytes.readVLong - HBase - [issue]
...Remove the throws IOException so that caller doesn't have to catch and ignore.  public static long readVLong(final byte [] buffer, final int offset)  throws IOExceptionAl...
http://issues.apache.org/jira/browse/HBASE-6919    Author: James Taylor, 2013-04-03, 07:15
Sort:
project
HBase (70)
type
mail # user (50)
mail # dev (11)
issue (9)
date
last 7 days (7)
last 30 days (19)
last 90 days (46)
last 6 months (64)
last 9 months (70)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2271)
Andrew Purtell (1454)
lars hofhansl (981)
Ryan Rawson (862)
Jean-Marc Spaggiari (677)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
James Taylor