Fields

Key Field

  • A field guaranteed to have a unique value in each record

Ordering Field

  • A field on which to physically order the records
  • If the ordering field is unique, then it is a primary key, and will be used to create the primary index; otherwise it is a clustering field, and will be used to create the clustering index.

Ordering Key Field

  • A unique ordering field

Clustering Field

  • A non-unique ordering field