1.

A key-value store does not support secondary indexes. False true

Answer» RY index a framework of data which has a subset of ATTRIBUTES from some "parent" table. This "parent" table in originality is known as base table because the secondary index table is constructed directly from it.Big advantage of the secondary index is that it is used in DIFFERENT separations and SORT keys than base table. It can also use only a part of the base table's columns.


Discussion

No Comment Found