Skip to content

Latest commit

 

History

History
39 lines (38 loc) · 1.83 KB

intro.md

File metadata and controls

39 lines (38 loc) · 1.83 KB
Write Path ℹ️ For technical support, please contact us via email.

DS201 Exercise 15: Write Path
  • Difficulty: Beginner
  • Time: 10 minutes
In this hands-on lab, you will:
  • Watch the commit log as data is written to the database
  • Use nodetool to view statistics for a CQL table
  • Force data that has been written in memory to flush to disk
  • Look for commit log segments being replayed when starting a node

Cassandra has an optimized write path. It can be very helpful to understand the write path to make use of Cassandra effectively.

Start the lab