Slide 4
Slide
notes: Data Indexes or Indices are in place on many Data Tables, called
Files, to facilitate faster access to data. These indexes come in 2 types,
i.e. B Tree Indexes and Cross Reference Indexes. Both types are very
reliable and there is seldom any need to re-generate them, except possibly
in the case of a power failure without a UPS, and consequent data
corruption. In such a case, it is better to revert to a Backup anyway, in
which case the Indexes will be created again automatically.
|