Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is reorg in database?



What is reorg in database?..

Answer / vasuki🐍

reorganizes the table and its indexes by
rebuilding the index data into unfragmented and contiguous area on the disk.
Normally after a large amount of INSERT, UPDATE, DELETE activities on data tables, we generally need a REORG.
After a table space reorganization the fragments are moved around and clustered,
however the database still utilizes the old statistic to query the data.
So it is recommended to run a RUNSTATS on the table.
This command updates the statistic information.
Besides it makes sure that the DB2 optimizer takes advantage of the refreshed statistic information.

Reorg>>runstats

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

i want to maintain uniqueness on pdf without make lf??????????

0 Answers  


what is a corelated subquerry?

0 Answers   IBM,


What is FREEPAGE and PCTFREE in TABLESPACE creation?

1 Answers  


Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?

1 Answers  


What is meant by dclgen?

0 Answers  


Explain the contention situations caused by locks?

0 Answers  


Explain an outer join?

1 Answers  


Could anyone clearly explain the diference between sub query and correlated sub query?

3 Answers  


What is difference between rollback and commit?

0 Answers  


Explain what a plan is?

3 Answers   CTS,


What are foreign keys in db2?

0 Answers  


What is the syntax for creating a table in the db2 database?

0 Answers  


Categories