[ 
https://issues.apache.org/jira/browse/HBASE-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13672778#comment-13672778
 ] 

Matteo Bertozzi commented on HBASE-8642:
----------------------------------------

{quote}is that to seperate data and meta to enable possible file sharing among 
tables. This could be a new catalog system for hbase.{quote}
Yeah that's the idea... it not just file sharing between table/snapshots is 
also the ability to switch to managing blocks directly and avoid to rewrite 
everything during compactions.

{quote}One byte (256 items could be attached) for each node anchor under .data 
tree.{quote}
Not sure what you mean with this... The file placement using the first bytes of 
the hash/name is just to avoid the problem of too many files in a directory 
that old filesystems have, and a different way to store stuff removing the 
knowledge of table/region/cf that today is hardcoded. This doesn't really have 
effect on all the capabilities that you'll gain from the richer metadata system.

(This stuff is starting being off topic here, since is not related 100% with 
this jira, if you've other question/suggestions/... just write it on HBASE-7806)
                
> [Snapshot] List and delete snapshot by table
> --------------------------------------------
>
>                 Key: HBASE-8642
>                 URL: https://issues.apache.org/jira/browse/HBASE-8642
>             Project: HBase
>          Issue Type: Improvement
>          Components: snapshots
>    Affects Versions: 0.98.0, 0.95.0, 0.95.1, 0.95.2
>            Reporter: Julian Zhou
>            Assignee: Julian Zhou
>            Priority: Minor
>             Fix For: 0.98.0, 0.95.0, 0.95.1, 0.95.2
>
>         Attachments: 8642-trunk-0.95-v0.patch, 8642-trunk-0.95-v1.patch
>
>
> Support list and delete snapshot by table name.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to