| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
27 (0.144s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: compressing values returned to scanner - Accumulo - [mail # user]
|
|
...That is exactly my use case (ingest once, serve often, no server-side iterators). And I'm doing pre-compression on ingest. I was just looking to do away with app-level compression code...
|
|
|
Author: ameet kini,
2012-10-01, 19:40
|
|
|
Re: compressing values returned to scanner - Accumulo - [mail # user]
|
|
...In other words, "handle compression/decompression in the application" :) I'm looking to see if there's a way to do this in Accumulo. Maybe a table level config parameter. There's...
|
|
|
Author: ameet kini,
2012-10-01, 19:27
|
|
|
compressing values returned to scanner - Accumulo - [mail # user]
|
|
...My understanding of compression in Accumulo 1.4.1 is that it is on by default and that data is decompressed by the tablet server, so data on the wire between server/client is decompressed. I...
|
|
|
Author: ameet kini,
2012-10-01, 19:03
|
|
|
Re: tablet identifiers - Accumulo - [mail # user]
|
|
...Thanks Eric, that makes sense - my tables below have row-ids in the same range, so tablet id collisions are frequent. Ameet On Mon, Oct 1, 2012 at 10:08 AM, Eric Newton wr...
|
|
|
Author: ameet kini,
2012-10-01, 14:13
|
|
|
tablet identifiers - Accumulo - [mail # user]
|
|
...Are tablet identifiers unique across all tables? For e.g., can table T1 and T2 each have a tablet identified by "6YTr84b7Y8Ur5XLywlhS9Q=="? I'm seeing that case. Other than an identifier, I'...
|
|
|
Author: ameet kini,
2012-10-01, 13:58
|
|
|
Re: number of query threads for batch scanner - Accumulo - [mail # user]
|
|
...Thanks Eric and Keith. Is there any reason why the number of concurrent scans on a given tablet server depends on the number of tablets and not the number of cores on that tablet serve...
|
|
|
Author: ameet kini,
2012-09-28, 13:35
|
|
|
Re: number of query threads for batch scanner - Accumulo - [mail # user]
|
|
...So I decided to try something different, and changed my splitting policy. This ended up with more tablets per tablet server. Interestingly, this bumped up my maximum concurrent scans on that...
|
|
|
Author: ameet kini,
2012-09-26, 13:19
|
|
|
Re: number of query threads for batch scanner - Accumulo - [mail # user]
|
|
...I should also state the not-so-obvious that my Range spans the entire range of the four tablets in question. Ameet On Tue, Sep 25, 2012 at 3:17 PM, ameet kini wrote: ...
|
|
|
Author: ameet kini,
2012-09-25, 19:23
|
|
|
Re: number of query threads for batch scanner - Accumulo - [mail # user]
|
|
...Thanks William. The issue here is that without knowing how the numQueryThreads translates to the number of concurrent scans, I cannot effectively tune that parameter to maximize resour...
|
|
|
Author: ameet kini,
2012-09-25, 19:17
|
|
|
Re: number of query threads for batch scanner - Accumulo - [mail # user]
|
|
...Probably worth adding that the table mentioned below has a bunch of tablets on other tablet servers as well, which is why I'm using BatchScanner. I'm just not sure how the numQueryThreads re...
|
|
|
Author: ameet kini,
2012-09-25, 18:45
|
|
|
|