Overview of Procedures


Two separate procedures execute index maintenance operations for Minion Reindex: one procedure runs per database, and the other is a “Master” procedure that performs run time logic and calls the DB procedure as appropriate.

In addition, Minion Reindex comes with a Help procedure to provide information about the system itself.

Index maintenance procedures:

· Minion.IndexMaintMaster – This procedure makes all the decisions on which databases to reindex, and what order they should be in.

· Minion.IndexMaintDB – This procedure is called by Minion.IndexMaintMaster to perform index maintenance for a single database.

· Minion.HELP – Display help on Minion Reindex objects and concepts.