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