1.

What Types Of Operations Modify Secondary Indexes And Result In Change Buffering?

Answer»

INSERT, UPDATE, and DELETE operations can modify SECONDARY indexes. If an affected INDEX PAGE is not in the BUFFER pool, the changes can be buffered in the change buffer.

INSERT, UPDATE, and DELETE operations can modify secondary indexes. If an affected index page is not in the buffer pool, the changes can be buffered in the change buffer.



Discussion

No Comment Found