If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > How to check informix DB

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-13-03, 23:01
ssuangtho ssuangtho is offline
Registered User
 
Join Date: Mar 2003
Posts: 1
Question How to check informix DB

Dear All,

I'm using baan application on informix db. I would like to know that how do I measure and key indicators that this database need to be reorg or not?

Cheers,
ssuangtho
Reply With Quote
  #2 (permalink)  
Old 03-20-03, 06:56
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
Informix databases usually don't need to be reorganized. Unlike Oracle, informix does reuse free space, caused by deletions.
The only reason why you should reorg your tables in Informix is that you chose a wrong extent size for your table.
Chek the number of extents allocated to a table in the sysptnhdr table in the sysmaster database.
The partnumber can be joined with the sysptprof table to get the exact table name.
the nextns column displays the number of extents.
For a 2K page size 200 extents is really alarming.
best to keep under 20 extents.
__________________
rws
Reply With Quote
  #3 (permalink)  
Old 03-30-03, 08:42
kitzhak kitzhak is offline
Registered User
 
Join Date: Mar 2003
Posts: 2
I'm also come from Baan/Informix side.
I think that the best way for you to reorganize the tables/indexes is to export & import the company data using bdbpre & bdbpost utilities. If you have large extents you may need to adjust your inf_storage file to change your tables extents initial and next size.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On