This is an old revision of the document!
UPDATE INDEXES will synchronize and build the Omnidex indexes for a connected Omnidex Environment.
UPDATE INDEXES [ FOR < ENVIRONMENT [environment]
| DATABASE database
| TABLE table_spec
| COLUMN column_spec
| INDEX index_spec > ]
[ON [INSTANCE] instance]
[WITH options]
If no qualifier is specified, the UPDATE INDEXES statement will build all the Omnidex Indexes for the connected Omnidex Environment.
A specific Database, Table, Column, or Index can be specified to limited the area to build the indexes.
update indexes for database db1;
update indexes for table trans_table;
update indexes for column trans_table.trans_date;