0 votes
in Cassandra by
Differentiate between Static and Dynamic CQL Tables.

1 Answer

0 votes
by

A Static Table uses a relatively static set of column names and is similar to Relational Database Table.

A dynamic table allows you to pre-compute result sets and stores them in a single row for efficient data retrieval.

...