ddanielr opened a new issue, #6479:
URL: https://github.com/apache/accumulo/issues/6479

   Currently, when a table is created it uses a one-up counter for its table 
name. This means that a workload that creates new tables end up putting all 
that work on the same metadata tablet. 
   
   **Describe the solution you'd like**
   Switch the sort order of the metadata table to use the least significant bit 
of the tableID. 
   
   This would spread the new tables metadata entries across multiple metadata 
tablets while still allowing each table section to be ordered.


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