Skip to content

Apache Cassandra 3.x Administrator Associate Certification Exam Notes

Notifications You must be signed in to change notification settings

rhysmeister/ApacheCassandraAdminExamNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 

Repository files navigation

Apache Cassandra Admin Exam Notes

Apache Cassandra 3.x Administrator Associate Certification Exam Notes

COPY cycling.cyclist_name (id,firstname)
FROM '../cyclist_firstname.csv'
WITH HEADER = TRUE ;
COPY cycling.cyclist_name (id,firstname)
TO '../cyclist_firstname.csv'
WITH HEADER = TRUE ;

Quiz Trivia

  • What is the node that handles a request called? Coordinator node.
  • Write Path Order Commitlog > MemTable > SSTable.
  • Cassandra does not do any writes or deletes in place.
  • SSTables are immutable.
  • Compaction is the progress of taking small SSTables and merges them into bigger ones.
  • Last writes wins - based on Timestamps.

About

Apache Cassandra 3.x Administrator Associate Certification Exam Notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages