You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/01/25 19:39:15 UTC

[GitHub] [accumulo] keith-turner commented on pull request #2422: Implementation of Scan Servers.

keith-turner commented on pull request #2422:
URL: https://github.com/apache/accumulo/pull/2422#issuecomment-1021542074


   > Modifying the scan server to perform more than one concurrent scan.
   
   When we discussed this, we realized there is an interesting tradeoff between isolation and caching. Running a single concurrent scan per scan server prevents a rouge scan that gobbles up all memory from negatively impacting other scans.  On the other had running multiple concurrent scans per scan server enables scans to benefit from a larger shared cache (which may be useful if tablets are repeatedly scanned using the same scan server).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org