Skip to content

Commit

Permalink
Update docs/get-started/data-modeling/query-design.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Koopmans <[email protected]>
  • Loading branch information
annastuchlik and timkoopmans authored Jan 5, 2024
1 parent f4014a6 commit 5507641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started/data-modeling/query-design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ This index allows querying activities by date regardless of the user. However, s

An alternative to secondary indexes, `materialized views <https://opensource.docs.scylladb.com/stable/cql/mv.html>`_ keep a separate, indexed table based on the base table's data. They can be more performant in certain scenarios.

ScyllaDB supports CQL for querying data. Learning and mastering CQL is crucial for designing queries. For more detailed instructions, please see our `documentation <https://opensource.docs.scylladb.com/stable/cql/>_`.
ScyllaDB supports CQL for querying data. Learning and mastering CQL is crucial for designing queries. For more detailed instructions, please see our `documentation <https://opensource.docs.scylladb.com/stable/cql/>`_.

0 comments on commit 5507641

Please sign in to comment.