Question-168: Which of the following command would flush the memtable without listening for connections to other nodes?

  1. nodetool drain
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering Python Certification Material

Ans : A

Exp: You can manually flush the memtable using the “nodetool flush” or “nodetool drain” command. Where “nodetool drain” command flushes the memtables without listening for connections to other nodes). And if you want to reduce the overall replay time of the commit log, in case node restarts needed.

You can access to full explanation to question and answer from this page.