Quote:
|
Originally Posted by peturba
1) In Informix (10FC5) there are no limitations concerning the number of rows, right? So one only should regularly check the free place in the chunks and of course the amount of extents.
|
Do not take sales b**it - everything connected to computers is limited.
Quote:
|
Originally Posted by peturba
2) Is it necessary to "tell" the DB to use free chunks as soon as a chunk is full (not enough place for new extents) or are free chunks automatically used after they have been created?
|
Generally speaking table (i.e. data) is stored in dbspace - as long as there is free space in dbspace you do not have problem. You must monitor space or you must be sure there's enough space forever.
Quote:
|
Originally Posted by peturba
3) Usually there are tables for storing data and tables for storing index information. How are these tables (data and index) stored in a dbspace? Is it possible to force the DB to store the index tables in a dedicated dbspace instead of storing both - data tables and index tables - in the same dbspace?
|
Yes, when creating table you can specify dbspace, the same syntax is for index creation.
Quote:
|
Originally Posted by peturba
I'm curious to read the answers. As my employer plans to administer the DB (instead of a service company) I have to clear some basic things...
|
If someone who wants to administer IDS do not know these things, I would suggest to outsource administration.
HTH