|
|
ameet kini 2012-10-01, 13:58
Are tablet identifiers unique across all tables? For e.g., can table T1 and T2 each have a tablet identified by "6YTr84b7Y8Ur5XLywlhS9Q=="? I'm seeing that case. Other than an identifier, I'm seeing that the tablets don't share anything in common (# of entries, etc.).
Thanks, Ameet
Eric Newton 2012-10-01, 14:08
The value displayed in the monitor pages is the MD5 of the end-row. There will be collisions, especially for the default tablet of each table, since there is no end row for that tablet.
-Eric
On Mon, Oct 1, 2012 at 9:58 AM, ameet kini <[EMAIL PROTECTED]> wrote:
> > Are tablet identifiers unique across all tables? For e.g., can table T1 > and T2 each have a tablet identified by "6YTr84b7Y8Ur5XLywlhS9Q=="? I'm > seeing that case. Other than an identifier, I'm seeing that the tablets > don't share anything in common (# of entries, etc.). > > Thanks, > Ameet >
ameet kini 2012-10-01, 14:13
Thanks Eric, that makes sense - my tables below have row-ids in the same range, so tablet id collisions are frequent.
Ameet On Mon, Oct 1, 2012 at 10:08 AM, Eric Newton <[EMAIL PROTECTED]> wrote:
> The value displayed in the monitor pages is the MD5 of the end-row. There > will be collisions, especially for the default tablet of each table, since > there is no end row for that tablet. > > -Eric > > > On Mon, Oct 1, 2012 at 9:58 AM, ameet kini <[EMAIL PROTECTED]> wrote: > >> >> Are tablet identifiers unique across all tables? For e.g., can table T1 >> and T2 each have a tablet identified by "6YTr84b7Y8Ur5XLywlhS9Q=="? I'm >> seeing that case. Other than an identifier, I'm seeing that the tablets >> don't share anything in common (# of entries, etc.). >> >> Thanks, >> Ameet >> > >
|
|