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 > informix database filling up rapidly

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-22-05, 07:38
kamesh_bathina kamesh_bathina is offline
Registered User
 
Join Date: Nov 2005
Posts: 1
Question informix database filling up rapidly

Hi Gurus,

I am facing a strange problem with informix database growth patterns.
We are using Version 9.21.UC7XO for our application database.

Normally application tables grow at rate of 1% per day. But recently we
hit with 80% growth in database within a week time. Comparing the application data tables size dump taken at start and end of this period showed normal growth only.

Suspecting some temporary tables eating up db space and causing rapid growth. Find some tables in our application database created with name like:

_temptable
3116_2401
3130_2414

These are occupying considerable space in dbspace.
Please help me in understanding what these tables are and how they will be created and their impact.

Thanks,
Kamesh
Reply With Quote
  #2 (permalink)  
Old 11-30-05, 10:08
hbe hbe is offline
Registered User
 
Join Date: Nov 2005
Location: Belgium
Posts: 3
Hi Kamesh,

"These are occupying considerable space in dbspace"
Which dbspace temp, data, root ?

It seems like internal table or index link on constraints for the two 3116_2401 & 3130_2414.

For the _temptable i have no real idea but i search .

Bye
Hubert
Reply With Quote
  #3 (permalink)  
Old 12-06-05, 04:55
Jose_ska Jose_ska is offline
Registered User
 
Join Date: Aug 2004
Posts: 5
Hi

Check if you DBSPACETEMP is set in your env.

If not then create temp dbspace & set DBSPACETEMP to these values.
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