You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "keith-turner (via GitHub)" <gi...@apache.org> on 2023/03/13 01:53:39 UTC

[GitHub] [accumulo] keith-turner commented on issue #3210: OnDemand Tables: Create new table state called ONDEMAND

keith-turner commented on issue #3210:
URL: https://github.com/apache/accumulo/issues/3210#issuecomment-1465388246

   One minor difference between online and ondemand on the client side is the behavior when a tablet does not have a location.  For on demand tables the client would need to request the tablet be loaded.  For online tables the client would not need to make this request, it knows that the goal is to get tablets loaded as soon as possible.  If a client were aware of what ranges of an ondemand table were pinned, then it could avoid making the request.  However, if the client does make an unneeded request to load a tablet it should be fine but could place unnecessary load on manager for an online table that happens to have some tablets that temporarily do not have a location.


-- 
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