Class Set Definition File Syntax


Synopsis

order {
  class-list
}

Description

Specifies the order into which the advanced optimization algorithm should rearrange files on the disk.

Each of the names is a string, which should correspond to the name of a class. Names that do not match the name of an existing class will be ignored.

Example

// We recommend that you always start a sort order like this

order {
  "Allocation File"
  "Extents File"
  "Catalog File"
  "Journal Info Block"
  "Journal"
  "User Quota File"
  "Group Quota File"
  "Hot Files B-Tree"
}

See Also

class, display class