On Wed, Jun 18, 2008 at 3:21 PM, yunyi.x <yunyi.x@gmail.com> wrote:
>
> can i save lots of data into one cell with different column tag names?
> like:
>
> |rowKey | TimeStamp | Column |
> |---------------------------------------------|
> | key1 | 234255645 |colFamily:tag1 | value1 |
> |---------------------------------------------|
> | key1 | 657453453 |colFamily:tag2 | value2 |
> |---------------------------------------------|
> | key1 | 298734922 |colFamily:tag3 | value3 |
> |---------------------------------------------|
Yes, this is how BigTable (and thus HBase) works.
Regards,
Rong-En Fan
|