When I modify a table in db2 , I need to reorganize it so I execute the following query:
Call Sysproc.admin_cmd ('reorg Table myTable');
I am looking for a suitable solution to reorganize a table when it changes or to reorganize the whole scheme after making various changes.
source
share