root_dir/ tableStatus/
The above directory is used to store auto-inc, unique and/or row count information on a per-table basis. Each key is formed by pre-pending the directory prefix with the primary key's prefix and the string "autoInc", "unique" or "rowCount". The auto-inc and unique values are {@link Tuple} encoded longs and the row count is a little-endian encodedlong (for {@link Transaction#mutate} usage).
|
|