| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
92 (0.056s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HTable.put(List<Put> puts) perform batch insert? - HBase - [mail # user]
|
|
...Ok, i will test it, thanks again :) On Mon, Jan 10, 2011 at 1:53 PM, Jean-Daniel Cryans wrote: ...
|
|
|
Author: Weishung Chung,
2011-01-10, 20:45
|
|
|
Re: HTable.put(List<Put> puts) perform batch insert? - HBase - [mail # user]
|
|
...Multiple batches of 10k *new/updated* rows at any time to different tables by different clients simultaneously. I want these multiple batches of insertions to be done super fast. At the same...
|
|
|
Author: Weishung Chung,
2011-01-10, 19:12
|
|
|
Re: customize partitioning of regionserver - HBase - [mail # user]
|
|
...Thanks for the reply. In my use case, I have to retrieve a range of data usually by month and operate on them before reinserting them, so it would be nice if i could partition by month but t...
|
|
|
Author: Weishung Chung,
2011-01-10, 19:02
|
|
|
Re: HTable.put(List<Put> puts) perform batch insert? - HBase - [mail # user]
|
|
...Jonathan, awesome, best of breed APIs! Jean, I would like to insert lotsa new rows with many columns in a particular column family* **programmatically in batch just like the jdbc addBatch me...
|
|
|
Author: Weishung Chung,
2011-01-10, 18:58
|
|
|
customize partitioning of regionserver - HBase - [mail # user]
|
|
...Does HBase have the capability to partition dataset by range like the MySQL partitioning eg. partition the datetime, row key by month? Thank you....
|
|
|
Author: Weishung Chung,
2011-01-10, 18:14
|
|
|
Re: HTable.put(List<Put> puts) perform batch insert? - HBase - [mail # user]
|
|
...Thank you :) Could I use org.apache.hadoop.hbase.io.BatchUpdate ? Would it be faster than the put(List)? Also, would you recommend the use of MapReduce to accomplish the samething? On ...
|
|
|
Author: Weishung Chung,
2011-01-10, 18:10
|
|
|
Re: how to randomize the primary key which is a timestamp - HBase - [mail # user]
|
|
...Thanks alot, this will get me started :D On Mon, Jan 10, 2011 at 11:04 AM, Matt Corgan wrote: ...
|
|
|
Author: Weishung Chung,
2011-01-10, 17:42
|
|
|
Re: HTable.put(List<Put> puts) perform batch insert? - HBase - [mail # user]
|
|
...What is the difference between the above put method with the following capability of the HBaseHUT package ? https://github.com/sematext/HBaseHUT On Mon, Jan 10, 2011 at 10:58 AM, Weish...
|
|
|
Author: Weishung Chung,
2011-01-10, 17:06
|
|
|
HTable.put(List<Put> puts) perform batch insert? - HBase - [mail # user]
|
|
...Does HTable.put(List puts) method perform a batch insert with a single RPC call? I am going to insert a lot of values into a column family and would like to increase the write speed. Thank y...
|
|
|
Author: Weishung Chung,
2011-01-10, 16:58
|
|
|
Re: how to randomize the primary key which is a timestamp - HBase - [mail # user]
|
|
...Thank you for your prompt response. I am a bit confused about the prefix. If i were to use prefix for the timestamp key, when come to query time, how should i specify the row key to search f...
|
|
|
Author: Weishung Chung,
2011-01-10, 16:56
|
|
|
|