Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 58 (0.19s).
Loading phrases to help you
refine your search...
[HBASE-6583] Enhance Hbase load test tool to automatically create column families if not present - HBase - [issue]
...The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present....
http://issues.apache.org/jira/browse/HBASE-6583    Author: Karthik Ranganathan, 2012-12-03, 21:47
[HBASE-7026] Make metrics collection in StoreScanner.java more efficient - HBase - [issue]
...Per the benchmarks I ran, the following block of code seems to be inefficient:StoreScanner.java:public synchronized boolean next(List<KeyValue> outResult, int limit,    ...
http://issues.apache.org/jira/browse/HBASE-7026    Author: Karthik Ranganathan, 2012-11-17, 16:45
[HBASE-7163] Low-hanging perf  improvements in HBase client - HBase - [issue]
...1. Change cachedRegionsLocations in HConnectionManager from SoftValueSortedMap to ConcurrentSkipListMap:This change saves 15% CPU on the client side per profiling. In using the ConcurrentSki...
http://issues.apache.org/jira/browse/HBASE-7163    Author: Karthik Ranganathan, 2012-11-16, 06:42
[HBASE-7105] RS throws NPE on forcing compaction from HBase shell on a single bulk imported file. - HBase - [issue]
...In StoreFile, we have:private AtomicBoolean majorCompaction = null;In StoreFile.open(), we do:b = metadataMap.get(MAJOR_COMPACTION_KEY);if (b != null) {  // init majorCompaction va...
http://issues.apache.org/jira/browse/HBASE-7105    Author: Karthik Ranganathan, 2012-11-06, 19:20
[HBASE-7100] Allow multiple connections from HBaseClient to each remote endpoint - HBase - [issue]
...Allowing multiple connections gives a huge boost while benchmarking performance. In a production setup, many nodes query a single regionserver. But one connection is not enough for a single ...
http://issues.apache.org/jira/browse/HBASE-7100    Author: Karthik Ranganathan, 2012-11-05, 23:40
[HBASE-6925] Change socket write size from 8K to 64K for HBaseServer - HBase - [issue]
...Creating a JIRA for this, but the change is trivial: change NIO_BUFFER_LIMIT from 8K to 64K in HBaseServer. This seems to increase scan throughput....
http://issues.apache.org/jira/browse/HBASE-6925    Author: Karthik Ranganathan, 2012-11-05, 01:35
[HBASE-7068] Create a Get benchmark - HBase - [issue]
http://issues.apache.org/jira/browse/HBASE-7068    Author: Karthik Ranganathan, 2012-10-29, 23:47
[HBASE-7067] HBase Get perf improvements - HBase - [issue]
...Umbrella task for improving Get performance....
http://issues.apache.org/jira/browse/HBASE-7067    Author: Karthik Ranganathan, 2012-10-29, 23:47
[HBASE-7029] Result array serialization improvements - HBase - [issue]
...The Result[] is very inefficiently serialized - there are 2 for loops over each result and we instantiate every object.A better way is to make it a data block, and use delta block encoding t...
http://issues.apache.org/jira/browse/HBASE-7029    Author: Karthik Ranganathan, 2012-10-22, 22:31
[HBASE-6619] Do no unregister and re-register interest ops in RPC - HBase - [issue]
...While investigating perf of HBase, Michal noticed that we could cut about 5-40% (depending on number of threads) from the total get time in the RPC on the server side if we eliminated re-reg...
http://issues.apache.org/jira/browse/HBASE-6619    Author: Karthik Ranganathan, 2012-10-04, 23:49
Sort:
project
HBase (58)
Hive (1)
type
issue (32)
mail # dev (22)
mail # user (4)
date
last 7 days (0)
last 30 days (4)
last 90 days (6)
last 6 months (11)
last 9 months (58)
author
Stack (3755)
Ted Yu (2474)
Jean-Daniel Cryans (2280)
Andrew Purtell (1454)
lars hofhansl (986)
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 (417)
Gary Helmling (290)
Karthik Ranganathan