Question-33: There are two tables Table_A and Table_B with the following throughput.
- Table_A has extremely high throughput
- Table_B has very low throughput
Which of the following statements are correct with regards to memtable and commit log segments?
- Commit logs are divided into segments.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans : A,B,C
Exp : Commit Logs are made of segments. All the writes are recorded in order and new segments are created whem existing segment filled. Engine will purges commit log segments only when all the data in a segment only after all the data in a segment has been slushed to disk from the emtable.
You can access to full explanation to question and answer from this page.