Administration: Omnidex Features

Omnidex Segments

Dropping Segments

Omnidex Segments can be dropped, resulting in the removal of the object from the connection, and also the removal of the underlying data. It is not required to drop segments, as they will be automatically dropped when the connection ends. Dropping segments is required when reusing the same connection name within the same connection.

Omnidex Segments are dropped using the DROP SEGMENT statement, as shown in the example below:

> drop segment                   PART_1;
Segment PART_1 dropped
> drop segment                   PART_2;
Segment PART_2 dropped
> drop segment                   PART_3;
Segment PART_3 dropped

Additional Resources

See also:

 
Back to top
admin/features/segments/dropping.txt ยท Last modified: 2016/06/28 22:38 (external edit)