InterviewSolution
Saved Bookmarks
| 1. |
Does The Change Buffer Support Other Types Of Indexes? |
|
Answer» No. The change BUFFER only supports secondary INDEXES. Clustered indexes, full-text indexes, and spatial indexes are not SUPPORTED. Full-text indexes have their own CACHING mechanism. No. The change buffer only supports secondary indexes. Clustered indexes, full-text indexes, and spatial indexes are not supported. Full-text indexes have their own caching mechanism. |
|