the last '4 billion rows' should say '4 billion columns / cells'

On Sun, Oct 9, 2016 at 6:34 AM, Ali Akhtar <ali.rac...@gmail.com> wrote:

> Say I have the following primary key:
> PRIMARY KEY((organization_id, employee_id))
>
> Will this create 1 row whose primary key is the organization id, but it
> has a 4 billion column / cell limit?
>
> Or will this create 1 row for each employee in the same organization, so
> if i have 5 employees, they will each have their own 5 rows, and each of
> those 5 rows will have their own 4 billion rows?
>
> Thank you.
>

Reply via email to