| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
571 (0.126s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Optimizing table scans - HBase - [mail # user]
|
|
...Hi there, See this for info on the block cache in the RegionServer.. http://hbase.apache.org/book.html 9.6.4. Block Cache Š and see this for "batching" on the scan paramet...
|
|
|
Author: Doug Meil,
2012-09-12, 14:37
|
|
|
Re: Regarding rowkey - HBase - [mail # user]
|
|
...Hi there, have you read this? http://hbase.apache.org/book.html#performance And especially this? http://hbase.apache.org/book.html#perf.writing How many nodes is the...
|
|
|
Author: Doug Meil,
2012-09-11, 18:46
|
|
|
Re: More rows or less rows and more columns - HBase - [mail # user]
|
|
...re: "You may want to update this section" Good point. I will add. On 9/11/12 6:59 AM, "Michel Segel" wrote: ...
|
|
|
Author: Doug Meil,
2012-09-11, 12:57
|
|
|
Re: Regarding column family - HBase - [mail # user]
|
|
...Hi there, additionally, see.. http://hbase.apache.org/book.html#regions.arch Š and focus on "9.7.5.4. KeyValue" because the CF name is actually a part of each KV. &...
|
|
|
Author: Doug Meil,
2012-09-11, 12:21
|
|
|
Re: HDFS footprint of a table - HBase - [mail # user]
|
|
...Hi there, see... http://hbase.apache.org/book.html#regions.arch Š And in particular focus onŠ "9.7.5.4. KeyValue" On 9/11/12 3:35 AM, "Lin Ma" wr...
|
|
|
Author: Doug Meil,
2012-09-11, 12:19
|
|
|
Re: HBase aggregate query - HBase - [mail # user]
|
|
...Hi there, if there are common questions I'd suggest creating summary tables of the pre-aggregated results. http://hbase.apache.org/book.html#mapreduce.example 7.2.4. HBase MapRed...
|
|
|
Author: Doug Meil,
2012-09-10, 15:21
|
|
|
Re: Tomb Stone Marker - HBase - [mail # user]
|
|
...Hi there... In this chapter... http://hbase.apache.org/book.html#datamodel .. it explains that the "updates" are just a view. There is a merge happening across CFs an...
|
|
|
Author: Doug Meil,
2012-09-10, 12:22
|
|
|
Re: Tomb Stone Marker - HBase - [mail # user]
|
|
...Hi there, See 9.7.5.4. KeyValue... http://hbase.apache.org/book.html#regions.arch Š the tombstone is one of the keytypes. On 9/9/12 5:21 AM, "Monish r" w...
|
|
|
Author: Doug Meil,
2012-09-09, 13:12
|
|
|
Re: scan a table with 2 column families. - HBase - [mail # user]
|
|
...Hi there, the scan will merge the results between the CFsŠ for more information see these two chapters in the HBase RefGuide. http://hbase.apache.org/book.html#datamodel h...
|
|
|
Author: Doug Meil,
2012-09-09, 13:11
|
|
|
Re: batch update question - HBase - [mail # user]
|
|
...For the 2nd part of the question, if you have 10 Puts it's more efficient t o send a single RS message with 10 Puts than send 10 RS messages with 1 Put apiece. There are 2 words ...
|
|
|
Author: Doug Meil,
2012-09-06, 18:26
|
|
|
|