InterviewSolution
Saved Bookmarks
| 1. |
Serialization of string columns uses a ________ to form unique column values.(a) Footer(b) STRIPES(c) Dictionary(d) Index |
|
Answer» Right choice is (c) Dictionary The best I can explain: The dictionary is sorted to speed up predicate filtering and improve compression ratios. |
|