You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Kenneth Chan <ck...@gmail.com> on 2014/11/06 00:34:50 UTC

Namespace vs table

Hi,

What's the difference between Namespace and Table?

What would be consideration to determine if I should use a new namespace
V.S new table?

Thanks
Kenneth

Re: Namespace vs table

Posted by Kenneth Chan <ck...@gmail.com>.
Thanks for the pointer!

Re: Namespace vs table

Posted by Ted Yu <yu...@gmail.com>.
Have you read http://hbase.apache.org/book.html#namespace ?

Every table lives in namespace - the user tables are under 'default'
namespace if you don't create your own namespace.

Cheers

On Wed, Nov 5, 2014 at 3:34 PM, Kenneth Chan <ck...@gmail.com> wrote:

> Hi,
>
> What's the difference between Namespace and Table?
>
> What would be consideration to determine if I should use a new namespace
> V.S new table?
>
> Thanks
> Kenneth
>