Hi user 01 (firstname and lastname?),

I'll give you one technical answer and one related to modelling:

Technical: Sure, you could really put all your data on a single row. The
problem is it will simply not scale horizontally. More cassandra nodes will
not make your cluster perform better and will not give you more resources
in terms of disk or RAM.

Modelling: A single row might only have static columns. To have a self
documenting schema you might want to make your columns for that particular
reason.

Cheers,
Jens

On Wed, May 28, 2014 at 2:34 PM, user 01 <user...@gmail.com> wrote:

> What are the advantages of static column family over a dynamic column
> family? Otherwise why shouldn't I just make all my column families just
> dynamic for the reasons of ease?
>
>
> Do static column families save diskspace or offer better reads/writes
> performance ?
>

Reply via email to