Use Netcool/OMNIbus Administrator to create indexes on columns of database tables.
Tivoli Netcool/OMNIbus supports hash and tree index structures. The hash index supports equality comparisons in SQL queries. The tree index is an ordered index that stores column values in a sorted structure, and allows a wider range of comparisons, including equality, in SQL queries. Consequently, a tree index can be used in range queries and in queries with an ORDER BY clause.
Index names must begin with an alphabetic character in uppercase or lowercase. The name of the index must be unique within the ObjectServer. Use a naming convention for indexes for ease of identification and uniqueness.To create column indexes: