| 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
|
|
|
|