What is reorg in DB2

Answer Posted / harish

Reorg is needed whenever indexed columns are updated frequently.

When indexed columns are updated frequently, then the index
for the table has to be created again.

So REORG utility is run which will drop the index and create
the index again for the table.

Is This Answer Correct ?    36 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is temporal table in db2?

597


What is nvl in db2?

620


What is image copy in db2?

563


What is plan in cobol db2?

580


What os does db2 run on?

565






Explain the contents that are a part of dclgen.

651


What is the difference between dbm cfg and db cfg file in db2 ?

997


What is iseries database?

591


How to access db2 tables in mainframe?

611


Why do we need reorg in db2?

555


Why do chiropractors use drop table?

654


How to find primary key of a table in db2?

600


On which levels locks can be applied?

651


How to get the ddl of a table in db2?

671


My sql statement select avg(salary) from emp yields inaccurate results. Why?

637