Question-76: You can change the bloom_filter_fp_chance using the Alter table statement and that would be applied immediately on existing as well as new SSTable?

  1. True
  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: B

Exp: You can see the current value of the Bloom Filter using the Describe table command. And if you want to change this value then you have to run ALTER TABLE command.

When you change the bloom_filter_fp_chance value for a table, the effect would not be immediate.

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