| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
58 (2.84s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-7477] Remove Proxy instance from HBase RPC - HBase - [issue]
|
|
...Currently, we use HBaseRPC.getProxy() to get an Invoker object to serialize the RPC parameters. This is pretty inefficient as it uses reflection to lookup the current method name.The aim is ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7477
Author: Karthik Ranganathan,
2013-04-30, 23:32
|
|
|
[HBASE-6770] Allow scanner setCaching to specify size instead of number of rows - HBase - [issue]
|
|
...Currently, we have the following api's to customize the behavior of scans:setCaching() - how many rows to cache on client to speed up scanssetBatch() - max columns per row to return per row ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6770
Author: Karthik Ranganathan,
2013-04-25, 19:04
|
|
|
[HBASE-6923] Create scanner benchmark - HBase - [issue]
|
|
...Create a simple program to benchmark performance/throughput of scanners, and print some results at the end....
|
|
|
http://issues.apache.org/jira/browse/HBASE-6923
Author: Karthik Ranganathan,
2013-04-25, 19:03
|
|
|
[HBASE-6874] Implement prefetching for scanners - HBase - [issue]
|
|
...I did some quick experiments by scanning data that should be completely in memory and found that adding pre-fetching increases the throughput by about 50% from 26MB/s to 39MB/s.The idea is t...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6874
Author: Karthik Ranganathan,
2013-04-25, 19:03
|
|
|
[HBASE-5783] Faster HBase bulk loader - HBase - [issue]
|
|
...We can get a 3x to 4x gain based on a prototype demonstrating this approach in effect (hackily) over the MR bulk loader for very large data sets by doing the following:1. Do direct multi-put...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5783
Author: Karthik Ranganathan,
2013-03-24, 05:17
|
|
|
[HBASE-4755] HBase based block placement in DFS - HBase - [issue]
|
|
...The feature as is only useful for HBase clusters that care about data locality on regionservers, but this feature can also enable a lot of nice features down the road.The basic idea is as fo...
|
|
|
http://issues.apache.org/jira/browse/HBASE-4755
Author: Karthik Ranganathan,
2013-03-16, 01:24
|
|
|
[HBASE-3149] Make flush decisions per column family - HBase - [issue]
|
|
...Today, the flush decision is made using the aggregate size of all column families. When large and small column families co-exist, this causes many small flushes of the smaller CF. We need to...
|
|
|
http://issues.apache.org/jira/browse/HBASE-3149
Author: Karthik Ranganathan,
2013-02-13, 15:02
|
|
|
[HBASE-5355] Compressed RPC's for HBase - HBase - [issue]
|
|
...Some application need ability to do large batched writes and reads from a remote MR cluster. These eventually get bottlenecked on the network. These results are also pretty compressible some...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5355
Author: Karthik Ranganathan,
2013-02-08, 17:24
|
|
|
[HBASE-7478] Create a multi-threaded responder - HBase - [issue]
|
|
...Currently, we have multi-threaded readers and handlers, but a single threaded responder which is a bottleneck.ipc.server.reader.count : number of reader threads to read data off the wi...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7478
Author: Karthik Ranganathan,
2013-01-25, 16:37
|
|
|
[HBASE-6423] Writes should not block reads on blocking updates to memstores - HBase - [issue]
|
|
...We have a big data use case where we turn off WAL and have a ton of reads and writes. We found that:1. flushing a memstore takes a while (GZIP compression)2. incoming writes cause the new me...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6423
Author: Karthik Ranganathan,
2012-12-18, 02:19
|
|
|
|