cshannon commented on issue #4253:
URL: https://github.com/apache/accumulo/issues/4253#issuecomment-1939072977

   It's the latter: The Zoo store is only going to be used to store FATE 
transactions for system tables (root, metadata, etc). Everything else (for now 
at least, more below) goes into the Table store for other tables so that 
performance is better now that Accumulo will generate a lot more FATE 
operations for all the system initiated transactions. 
   
   There was discussion with @keith-turner about splitting up the Table store 
into 2 stores (or 2 sections of the table) to separate out user vs system 
initiated operations but for now we decided to just put everything into one 
Table store and see how it goes. So we could end up with a 3rd store at some 
point if we need it (system tables in Zoo store, Table store for Users ops and 
Table store for system ops for all other tables)


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to