Getting Started Initial Contributions Updating documentation Answering questions on the user list Reviewing and testing a submitted patch Investigate and/or fix a reported bug ...
Patch based Contribution Git branch based Contribution Contributions only for release branches Tips Patch based Contribution Here is how committing and merging will usually l...
Physical data modeling Hotel Physical Data Model Reservation Physical Data Model Physical data modeling Once you have a logical data model defined, creating the physical model...
Defining database schema Defining database schema hotel keyspace, using CQL’s comment feature to document the query pattern supported by each table: CREATE KEYSPACE hotel WITH...
Indexing concepts Primary indexing Storage-attached indexing (SAI) Secondary indexing (2i) Indexing concepts The data stored in CQL tables can be queried by a variety of meth...
Secondary index (2i) concepts Secondary index (2i) concepts Secondary indexing (2i) is a globally-distributed index for Cassandra databases. SAI indexing instead. techniques exi...
jvm-* files jvm-* files jvm-server.options file, and corresponding files jvm8-server.options and jvm11-server.options are the main file for settings that affect the operation...