cismet / data-objects

A hibernate wrapper of the system tables of the cids system.
GNU Lesser General Public License v3.0
0 stars 0 forks source link

MetaBackend: change reindex cidsclass to new mode of operation #13

Closed mscholl closed 11 years ago

mscholl commented 11 years ago

The current reindexing operation of the metabackend uses an old obsolete algorithm to create an index that is not relevant anymore. A new plsql function exists that implements the new way to create the index for a class. Thus the backend should replace the old implementation so that it uses the plsql function.