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.

Related questions

0 votes
0 votes
asked Oct 13, 2022 in Other by Robindeniel
0 votes
asked Feb 3, 2020 in Cassandra by rajeshsharma
...