reorg rebuild

reorg rebuild ... with online allows you to reorganize your data without taking the data offline. The syntax is:

reorg rebuild table_name
	[with online]

For example, to rebuild the indexes on the titles table and keep the data online, enter:

reorg rebuild titiles with online

reorg rebuild ... online includes three phases:

Sybase® recommends that you run reorg rebuild ...online when the table’s transaction load is relatively low.