Multiple choice technology

Select any 2 keyless partitioning

  1. Modulus

  2. Auto

  3. Range

  4. DB2

Reveal answer Fill a bubble to check yourself
B,D Correct answer
Explanation

Auto and DB2 are considered keyless partitioning methods. Auto lets the framework decide based on data characteristics and context. DB2 uses database-defined partitioning maps without using data keys. Modulus is explicitly key-based (uses key mod n). Range is also key-based (uses key value ranges).